aboutsummaryrefslogtreecommitdiffstats
path: root/testAutomata.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 /testAutomata.c
parent72239bad3c97cb36ad936bc12d8140fc221b8122 (diff)
downloadandroid_external_libxml2-c1099be5eb3e78ae6cef1b2c39b21e7b36a59035.tar.gz
android_external_libxml2-c1099be5eb3e78ae6cef1b2c39b21e7b36a59035.tar.bz2
android_external_libxml2-c1099be5eb3e78ae6cef1b2c39b21e7b36a59035.zip
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 'testAutomata.c')
-rw-r--r--testAutomata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testAutomata.c b/testAutomata.c
index a3969b14..2f575ce5 100644
--- a/testAutomata.c
+++ b/testAutomata.c
@@ -6,9 +6,9 @@
* Daniel Veillard <veillard@redhat.com>
*/
-#include <string.h>
#include "libxml.h"
#ifdef LIBXML_AUTOMATA_ENABLED
+#include <string.h>
#include <libxml/tree.h>
#include <libxml/xmlautomata.h>