From 6d3bf1f4ee04bf694faf400d91d3f9073532c808 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 16 Dec 1999 17:52:19 +0000 Subject: [PATCH] - fixed a nasty bug destroying default namespace and Dia :-( introduced in 1.8.0 - closed bug #3950 Daniel --- ChangeLog | 6 ++++++ encoding.c | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 05a1c558..714963dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 16 16:19:29 CET 1999 Daniel Veillard + + * tree.c: fixed a bug introduced in 1.8.0 and breaking default + namespace recognition, and Dia as a resul :-( + * encoding.c: closed bug #3950 + Wed Dec 15 19:22:23 CET 1999 Daniel Veillard * valid.c: debugging a posteriori validation, except URI expansion diff --git a/encoding.c b/encoding.c index a27aa9d1..e80cbd50 100644 --- a/encoding.c +++ b/encoding.c @@ -29,6 +29,9 @@ #ifdef HAVE_CTYPE_H #include #endif +#ifdef HAVE_STDLIB_H +#include +#endif #include "encoding.h" #ifdef HAVE_UNICODE_H #include