- 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/valid.c b/valid.c
index c27c3c2..a8b4b4c 100644
--- a/valid.c
+++ b/valid.c
@@ -22,6 +22,7 @@
 #include <libxml/parserInternals.h>
 #include <libxml/xmlerror.h>
 #include <libxml/list.h>
+#include <libxml/globals.h>
 
 /* #define DEBUG_VALID_ALGO */