From 3c01b1d81b696fe8624b6d7e26ec0ebffcc7c06b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 17 Oct 2001 15:58:35 +0000 Subject: - 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 --- testURI.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testURI.c') diff --git a/testURI.c b/testURI.c index dcbda1f5..2233dc7f 100644 --- a/testURI.c +++ b/testURI.c @@ -14,6 +14,7 @@ #include #include +#include int main(int argc, char **argv) { int i, ret, arg = 1; -- cgit v1.2.1