Changeset 2a1d4289d82053c5e49a4f88dbf478f606874259

Show
Ignore:
Timestamp:
08/19/07 15:25:30 (1 year ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1187529930 +0000
git-parent:

[a932845193baca985403490ca6a1ed0324f3f9d2]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1187529930 +0000
Message:

Fix compile warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/meta_engine/luameta.c

    ra932845 r2a1d428  
    2626 * Preamble 
    2727 *****************************************************************************/ 
     28#ifndef  _GNU_SOURCE 
     29#   define  _GNU_SOURCE 
     30#endif 
    2831#include <stdlib.h>                                      /* malloc(), free() */ 
     32#include <stdio.h>                                       /*asprintf()*/ 
    2933 
    3034#include <vlc/vlc.h>