lib: fix compile after include change.

This commit is contained in:
[CST] Bas
2012-03-04 15:53:33 +08:00
parent 3affe12060
commit b04b3f270a
7 changed files with 18 additions and 13 deletions

View File

@@ -1,4 +1,6 @@
INCLUDES = -I$(srcdir)/xmltok
INCLUDES = \
-I$(top_srcdir) \
-I$(srcdir)\xmltok
AM_CXXFLAGS = -fno-rtti -fno-exceptions

View File

@@ -40,7 +40,7 @@
#include <libxml/parser.h>
#include <libxml/parserInternals.h>
#else /* USE_LIBXML */
#include <xmltok.h>
#include "xmltok.h"
#endif /* USE_LIBXML */

View File

@@ -33,7 +33,7 @@
#define __xmlinterface_h__
#ifdef HAVE_CONFIG_H
#include "config.h"
#include <config.h>
#endif
#include <string>