commit | 3c01b1d81b696fe8624b6d7e26ec0ebffcc7c06b | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Wed Oct 17 15:58:35 2001 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Wed Oct 17 15:58:35 2001 +0000 |
tree | c6c072df9035dc652fb2f20c87aef0cfdcb3af74 | |
parent | 7cc95c0b6afdd34cd570c461e71cf696ea19271d [diff] [blame] |
- 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
diff --git a/testURI.c b/testURI.c index dcbda1f..2233dc7 100644 --- a/testURI.c +++ b/testURI.c
@@ -14,6 +14,7 @@ #include <libxml/xmlmemory.h> #include <libxml/uri.h> +#include <libxml/globals.h> int main(int argc, char **argv) { int i, ret, arg = 1;