From 782cbbba2440478d506bfd699c8a1fe0ee2c3810 Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 31 Oct 2008 20:55:57 +0000 Subject: Added #include "../features.h" --- tools/metainfo_menu.c | 4 +++- tools/playlist.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'tools') 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 #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 #ifdef HAVE_LIBEXTRACTOR -- cgit v1.2.3