aboutsummaryrefslogtreecommitdiffstats
path: root/xpointer.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-10-25 13:32:39 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-10-25 13:32:39 +0000
commit29a11cc696655f9ac841a5ca28b272e4150aafa1 (patch)
tree0c088d7d7dca7c9121a9173aa1205524a6cf3b0b /xpointer.c
parentbe9ec4b6cd2090e3829c425121dc94bffcc128c2 (diff)
downloadandroid_external_libxml2-29a11cc696655f9ac841a5ca28b272e4150aafa1.tar.gz
android_external_libxml2-29a11cc696655f9ac841a5ca28b272e4150aafa1.tar.bz2
android_external_libxml2-29a11cc696655f9ac841a5ca28b272e4150aafa1.zip
Releasing 2.2.6 after adding xpathInternals.h:
- configure.in: release 2.2.6 - xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h exporting the inner functions of xpath for extension modules - doc/*: updated and rebuilt the doc Daniel
Diffstat (limited to 'xpointer.c')
-rw-r--r--xpointer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xpointer.c b/xpointer.c
index 7674942a..06949eaf 100644
--- a/xpointer.c
+++ b/xpointer.c
@@ -29,6 +29,7 @@
#include <libxml/xmlmemory.h>
#include <libxml/parserInternals.h>
#include <libxml/xpath.h>
+#include <libxml/xpathInternals.h>
#ifdef LIBXML_DEBUG_ENABLED
#include <libxml/debugXML.h>
#endif