repositioned #include for libxml.h to avoid compilation error on some

* testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
  xmlwriter.c: repositioned #include for libxml.h to avoid
  compilation error on some architectures (bug #398277)

svn path=/trunk/; revision=3578
diff --git a/ChangeLog b/ChangeLog
index 36163e5..a0ef00e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
+
+	* testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
+	  xmlwriter.c: repositioned #include for libxml.h to avoid
+	  compilation error on some architectures (bug #398277)
+	* fixed screwed-up ChangeLog (deleted some duplicate entries)
+
 Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
 
 	* implemented patch from Stéphane Bidoul for uri.c (bug #389767)