lib: fix compile/typo.

This commit is contained in:
[CST] Bas
2012-03-04 16:32:34 +08:00
parent 0c13957427
commit a4ff0a99fe
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -21,7 +21,7 @@ Contributor(s):
#include <stdlib.h>
#include <string.h>
#include "xmldef.h"
#include <xmldef.h>
#include "hashtab.h"
#ifdef XML_UNICODE