aboutsummaryrefslogtreecommitdiffstats
path: root/parserInternals.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 /parserInternals.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 'parserInternals.c')
-rw-r--r--parserInternals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parserInternals.c b/parserInternals.c
index 727dfeb7..595567bb 100644
--- a/parserInternals.c
+++ b/parserInternals.c
@@ -42,7 +42,7 @@
#include <libxml/parserInternals.h>
#include <libxml/valid.h>
#include <libxml/entities.h>
-#include <libxml/xml-error.h>
+#include <libxml/xmlerror.h>
#include <libxml/encoding.h>
#include <libxml/valid.h>
#include <libxml/xmlIO.h>