summaryrefslogtreecommitdiff
path: root/testThreadsWin32.c
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2007-01-31 18:38:56 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2007-01-31 18:38:56 +0000
commitc1099be5eb3e78ae6cef1b2c39b21e7b36a59035 (patch)
tree95c026c149e38b66b06781ee902c30db9284732e /testThreadsWin32.c
parent72239bad3c97cb36ad936bc12d8140fc221b8122 (diff)
downloadlibxml2-c1099be5eb3e78ae6cef1b2c39b21e7b36a59035.tar.gz
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
Diffstat (limited to 'testThreadsWin32.c')
-rw-r--r--testThreadsWin32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testThreadsWin32.c b/testThreadsWin32.c
index 24f00064..6ed702e5 100644
--- a/testThreadsWin32.c
+++ b/testThreadsWin32.c
@@ -1,6 +1,6 @@
+#include "libxml.h"
#include <stdlib.h>
#include <stdio.h>
-#include "libxml.h"
#if defined(LIBXML_THREAD_ENABLED) && defined(LIBXML_CATALOG_ENABLED)
#include <libxml/globals.h>