aboutsummaryrefslogtreecommitdiffstats
path: root/testSAX.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-10-09 12:30:39 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-10-09 12:30:39 +0000
commitb71379b796214f382b025ccf63cefe0419cd4e9d (patch)
treeacde32ae86572b663cd8251802d939411d7c559d /testSAX.c
parentaaf58b96f5a4d773d5972d8bc897d685ff6dd417 (diff)
downloadandroid_external_libxml2-b71379b796214f382b025ccf63cefe0419cd4e9d.tar.gz
android_external_libxml2-b71379b796214f382b025ccf63cefe0419cd4e9d.tar.bz2
android_external_libxml2-b71379b796214f382b025ccf63cefe0419cd4e9d.zip
- moved xml-error.h to xmlerror.h: seems this allowed to bypass
the automake bug where wrong dependancies were generated. - xpath.[ch]: worked on XPointer Daniel
Diffstat (limited to 'testSAX.c')
-rw-r--r--testSAX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testSAX.c b/testSAX.c
index 5d5a1896..b4f5512f 100644
--- a/testSAX.c
+++ b/testSAX.c
@@ -36,7 +36,7 @@
#endif
-#include <libxml/xml-error.h>
+#include <libxml/xmlerror.h>
#include <libxml/parser.h>
#include <libxml/parserInternals.h> /* only for xmlNewInputFromFile() */
#include <libxml/tree.h>