Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4,
etc... See Changelog, Daniel.
diff --git a/encoding.c b/encoding.c
index e72577e..5169cde 100644
--- a/encoding.c
+++ b/encoding.c
@@ -19,10 +19,16 @@
  * Daniel.Veillard@w3.org
  */
 
+#ifndef WIN32
 #include "config.h"
-#include <ctype.h>
-#include <string.h>
+#endif
+
 #include <stdio.h>
+#include <string.h>
+
+#ifdef HAVE_CTYPE_H
+#include <ctype.h>
+#endif
 #include "encoding.h"
 #ifdef HAVE_UNICODE_H
 #include <unicode.h>