From a4ff0a99fe2bbf5ad403cedc73e6cb3119435d7e Mon Sep 17 00:00:00 2001 From: "[CST] Bas" Date: Sun, 4 Mar 2012 16:32:34 +0800 Subject: [PATCH] lib: fix compile/typo. --- lib/xmltree/Makefile.am | 2 +- lib/xmltree/hashtab.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/xmltree/Makefile.am b/lib/xmltree/Makefile.am index fa4f24e76..485ba0ae4 100644 --- a/lib/xmltree/Makefile.am +++ b/lib/xmltree/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ - -I$(srcdir)\xmltok + -I$(srcdir)/xmltok AM_CXXFLAGS = -fno-rtti -fno-exceptions diff --git a/lib/xmltree/hashtab.c b/lib/xmltree/hashtab.c index 9e164a959..9b7defc60 100644 --- a/lib/xmltree/hashtab.c +++ b/lib/xmltree/hashtab.c @@ -21,7 +21,7 @@ Contributor(s): #include #include -#include "xmldef.h" +#include #include "hashtab.h" #ifdef XML_UNICODE