summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-15 12:32:07 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-15 12:32:07 +0000
commit64a411cc8c7ab82277fcb428b7bee1398edf0c36 (patch)
tree9ee174da37b0709b47f7c421eee3ad7320617ac3 /encoding.c
parent5ee57fc9ae4f83cbb9a35d4478a4c7bc4e737139 (diff)
downloadlibxml2-64a411cc8c7ab82277fcb428b7bee1398edf0c36.tar.gz
make the allocation be per-thread a configure option fixed compilation
* include/libxml/globals.h configure.in global.data: make the allocation be per-thread a configure option * encoding.c include/libxml/parser.h: fixed compilation errors Daniel
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/encoding.c b/encoding.c
index 781d8dab..a9495c42 100644
--- a/encoding.c
+++ b/encoding.c
@@ -44,6 +44,7 @@
#include <libxml/HTMLparser.h>
#endif
#include <libxml/xmlerror.h>
+#include <libxml/globals.h>
static xmlCharEncodingHandlerPtr xmlUTF16LEHandler = NULL;
static xmlCharEncodingHandlerPtr xmlUTF16BEHandler = NULL;