diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-10-17 15:58:35 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-10-17 15:58:35 +0000 |
commit | 3c01b1d81b696fe8624b6d7e26ec0ebffcc7c06b (patch) | |
tree | c6c072df9035dc652fb2f20c87aef0cfdcb3af74 /DOCBparser.c | |
parent | 7cc95c0b6afdd34cd570c461e71cf696ea19271d (diff) | |
download | libxml2-3c01b1d81b696fe8624b6d7e26ec0ebffcc7c06b.tar.gz |
- include/libxml/globals.h include/libxml/threads.h threads.c
testThreads.c: far more testing, cleaning up bugs
- *.c : make sure globals.h is always included.
Daniel
Diffstat (limited to 'DOCBparser.c')
-rw-r--r-- | DOCBparser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCBparser.c b/DOCBparser.c index b8809fc1..5ea8b0a1 100644 --- a/DOCBparser.c +++ b/DOCBparser.c @@ -45,6 +45,7 @@ #include <libxml/valid.h> #include <libxml/xmlIO.h> #include <libxml/uri.h> +#include <libxml/globals.h> /* * Internal description of an SGML entity |