aboutsummaryrefslogtreecommitdiffstats
path: root/nanohttp.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 /nanohttp.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 'nanohttp.c')
-rw-r--r--nanohttp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nanohttp.c b/nanohttp.c
index f5fa0442..88db9fc3 100644
--- a/nanohttp.c
+++ b/nanohttp.c
@@ -21,7 +21,7 @@
#include "config.h"
#endif
-#include "xmlversion.h"
+#include <libxml/xmlversion.h>
#ifdef LIBXML_HTTP_ENABLED
#include <stdio.h>