aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-11-04 20:19:12 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-11-04 20:19:12 +0000
commita4617b8aba43d2ce8e033cb04de599b4273cb94b (patch)
tree063583e8f839227d97edf213f1ca7d577fd02a9f /encoding.c
parent027edfb741b835ae4b93564e8b980ab980703995 (diff)
downloadandroid_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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoding.c b/encoding.c
index a9495c42..beec775f 100644
--- a/encoding.c
+++ b/encoding.c
@@ -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;