diff options
author | phintuka <phintuka> | 2008-10-31 20:55:57 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-10-31 20:55:57 +0000 |
commit | 782cbbba2440478d506bfd699c8a1fe0ee2c3810 (patch) | |
tree | 9f321b600ccb36decf0e7f34b12fe995a32005af | |
parent | 60a701f5516331b77df9873e7947286f2496ce6c (diff) | |
download | xineliboutput-782cbbba2440478d506bfd699c8a1fe0ee2c3810.tar.gz xineliboutput-782cbbba2440478d506bfd699c8a1fe0ee2c3810.tar.bz2 |
Added #include "../features.h"
-rw-r--r-- | tools/metainfo_menu.c | 4 | ||||
-rw-r--r-- | tools/playlist.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/tools/metainfo_menu.c b/tools/metainfo_menu.c index b08f8323..8620709d 100644 --- a/tools/metainfo_menu.c +++ b/tools/metainfo_menu.c @@ -4,10 +4,12 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: metainfo_menu.c,v 1.5 2008-10-28 10:37:03 phintuka Exp $ + * $Id: metainfo_menu.c,v 1.6 2008-10-31 20:55:57 phintuka Exp $ * */ +#include "../features.h" + #ifdef HAVE_LIBEXTRACTOR # include <extractor.h> #endif diff --git a/tools/playlist.c b/tools/playlist.c index 8f38a8b5..a9b3d2ea 100644 --- a/tools/playlist.c +++ b/tools/playlist.c @@ -4,10 +4,12 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: playlist.c,v 1.19 2008-10-28 10:37:02 phintuka Exp $ + * $Id: playlist.c,v 1.20 2008-10-31 20:55:57 phintuka Exp $ * */ +#include "../features.h" + #include <stdlib.h> #ifdef HAVE_LIBEXTRACTOR |