diff options
-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 |