Changeset 39d0e3e076334dc371a62020fba4d30919148548

Show
Ignore:
Timestamp:
12/09/06 21:00:51 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1158087651 +0000
git-parent:

[cf4fe30a158f14e00961b7c65979b7b9eae1a4b9]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1158087651 +0000
Message:

control/

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/control/http/macro.c

    ra5df65a r39d0e3e  
    2626#include "http.h" 
    2727#include "macros.h" 
     28#include "vlc_url.h" 
    2829 
    2930int E_(MacroParse)( macro_t *m, char *psz_src ) 
  • modules/control/http/util.c

    r9d17940 r39d0e3e  
    2424 *****************************************************************************/ 
    2525 
     26#include <vlc/vlc.h> 
     27#include <stdio.h> 
    2628#include "http.h" 
    2729#include "vlc_strings.h" 
  • modules/control/rc.c

    rc59d494 r39d0e3e  
    2626 * Preamble 
    2727 *****************************************************************************/ 
     28#include <vlc/vlc.h> 
     29 
    2830#include <stdlib.h>                                      /* malloc(), free() */ 
    2931#include <string.h> 
     
    3436#include <signal.h> 
    3537 
    36 #include <vlc/vlc.h> 
    3738#include <vlc/intf.h> 
    3839#include <vlc/aout.h> 
     
    19791980        vlc_value_t val, text; 
    19801981        int i; 
    1981         float f_value
     1982        float f_value = 0.
    19821983        char *psz_value = NULL; 
    19831984