- fix for PIs name starting with xml
 - fixed a potential problem with || and && ops
 - generate win32config.h for those on the Other Side !
Daniel
diff --git a/error.c b/error.c
index b77839e..18fdbd0 100644
--- a/error.c
+++ b/error.c
@@ -6,6 +6,12 @@
  * Daniel Veillard <Daniel.Veillard@w3.org>
  */
 
+#ifdef WIN32
+#include "win32config.h"
+#else
+#include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdarg.h>
 #include "parser.h"