- 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/xpath.c b/xpath.c
index f8966d1..63edcc0 100644
--- a/xpath.c
+++ b/xpath.c
@@ -52,6 +52,7 @@
 #endif
 #include <libxml/xmlerror.h>
 #include <libxml/threads.h>
+#include <libxml/globals.h>
 
 /* #define DEBUG */
 /* #define DEBUG_STEP */