summaryrefslogtreecommitdiff
path: root/testThreads.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 /testThreads.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 'testThreads.c')
-rw-r--r--testThreads.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testThreads.c b/testThreads.c
index 6405a77f..b43cbd0e 100644
--- a/testThreads.c
+++ b/testThreads.c
@@ -1,6 +1,7 @@
+#include "libxml.h"
+
#include <stdlib.h>
#include <stdio.h>
-#include "libxml.h"
#if defined(LIBXML_THREAD_ENABLED) && defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_SAX1_ENABLED)
#include <libxml/globals.h>