1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

- fixed a nasty bug destroying default namespace and Dia :-(

introduced in 1.8.0
- closed bug #3950
Daniel
This commit is contained in:
Daniel Veillard
1999-12-16 17:52:19 +00:00
parent 37846c6364
commit 6d3bf1f4ee
2 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,9 @@
#ifdef HAVE_CTYPE_H
#include <ctype.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include "encoding.h"
#ifdef HAVE_UNICODE_H
#include <unicode.h>