diff options
| author | Daniel Veillard <veillard@src.gnome.org> | 2001-11-04 20:19:12 +0000 |
|---|---|---|
| committer | Daniel Veillard <veillard@src.gnome.org> | 2001-11-04 20:19:12 +0000 |
| commit | a4617b8aba43d2ce8e033cb04de599b4273cb94b (patch) | |
| tree | 063583e8f839227d97edf213f1ca7d577fd02a9f /encoding.c | |
| parent | 027edfb741b835ae4b93564e8b980ab980703995 (diff) | |
| download | android_external_libxml2-a4617b8aba43d2ce8e033cb04de599b4273cb94b.tar.gz android_external_libxml2-a4617b8aba43d2ce8e033cb04de599b4273cb94b.tar.bz2 android_external_libxml2-a4617b8aba43d2ce8e033cb04de599b4273cb94b.zip | |
fix bug #63752 of compiling libxml with a non standard set of options
* encoding.c global.data globals.c testThreads.c: fix bug #63752
of compiling libxml with a non standard set of options
Daniel
Diffstat (limited to 'encoding.c')
| -rw-r--r-- | encoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,8 +43,8 @@ #ifdef LIBXML_HTML_ENABLED #include <libxml/HTMLparser.h> #endif -#include <libxml/xmlerror.h> #include <libxml/globals.h> +#include <libxml/xmlerror.h> static xmlCharEncodingHandlerPtr xmlUTF16LEHandler = NULL; static xmlCharEncodingHandlerPtr xmlUTF16BEHandler = NULL; |
