diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2000-10-09 12:30:39 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2000-10-09 12:30:39 +0000 |
commit | b71379b796214f382b025ccf63cefe0419cd4e9d (patch) | |
tree | acde32ae86572b663cd8251802d939411d7c559d /nanohttp.c | |
parent | aaf58b96f5a4d773d5972d8bc897d685ff6dd417 (diff) | |
download | android_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ #include "config.h" #endif -#include "xmlversion.h" +#include <libxml/xmlversion.h> #ifdef LIBXML_HTTP_ENABLED #include <stdio.h> |