mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
lib: fix compile after include change.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
INCLUDES = -I$(srcdir)/xmltok
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(srcdir)\xmltok
|
||||
|
||||
AM_CXXFLAGS = -fno-rtti -fno-exceptions
|
||||
|
||||
|
@@ -40,7 +40,7 @@
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/parserInternals.h>
|
||||
#else /* USE_LIBXML */
|
||||
#include <xmltok.h>
|
||||
#include "xmltok.h"
|
||||
#endif /* USE_LIBXML */
|
||||
|
||||
|
||||
|
@@ -33,7 +33,7 @@
|
||||
#define __xmlinterface_h__
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
Reference in New Issue
Block a user