- 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/nanohttp.c b/nanohttp.c
index 9c4b84f..be92b32 100644
--- a/nanohttp.c
+++ b/nanohttp.c
@@ -68,6 +68,7 @@
 #include <libxml/xmlmemory.h>
 #include <libxml/parser.h> /* for xmlStr(n)casecmp() */
 #include <libxml/nanohttp.h>
+#include <libxml/globals.h>
 
 /**
  * A couple portability macros