From c8f8261d199af4956aeaf387b2fde41baf905f83 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sun, 18 Jan 2009 00:21:47 +0000 Subject: Remove '#include "config.h"' from all public header files. This requires that many other files include config.h themselves. Also convert to "config.h". --- src/xine-utils/xmllexer.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/xine-utils/xmllexer.c') diff --git a/src/xine-utils/xmllexer.c b/src/xine-utils/xmllexer.c index 7da4cc59b..08c56e88e 100644 --- a/src/xine-utils/xmllexer.c +++ b/src/xine-utils/xmllexer.c @@ -25,6 +25,10 @@ #define LOG */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef XINE_COMPILE #include "xineutils.h" #else -- cgit v1.2.3