diff options
Diffstat (limited to 'tools/metainfo_menu.c')
-rw-r--r-- | tools/metainfo_menu.c | 4 |
1 files changed, 3 insertions, 1 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 |