lib: fix compile/typo.

Origin commit data
------------------
Branch: ni/coolstream
Commit: a4ff0a99fe
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-03-04 (Sun, 04 Mar 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Bas
2012-03-04 16:32:34 +08:00
parent 18948f200f
commit 329a3c2cd2
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