From 997b3cd21be29f410ac15565e0d15644c4817348 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 26 Jun 2007 01:12:14 +0000 Subject: [PATCH] duplicate xmlChar definition is problematic --- src/common/util/unicode.h | 1 + src/config.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/util/unicode.h b/src/common/util/unicode.h index aa404a25e..1fadd0a91 100644 --- a/src/common/util/unicode.h +++ b/src/common/util/unicode.h @@ -20,6 +20,7 @@ extern "C" { #endif #include +#include extern int unicode_utf8_to_ucs4(wint_t *ucs4_character, const xmlChar *utf8_string, size_t *length); diff --git a/src/config.h b/src/config.h index 3d6872fbd..ecd3bd9b8 100644 --- a/src/config.h +++ b/src/config.h @@ -253,6 +253,5 @@ extern char * strdup(const char *s); # define INLINE_FUNCTION #endif -typedef unsigned char xmlChar; #endif