diff options
author | Mike Hommey <glandium@debian.org> | 2007-04-17 20:40:00 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2007-04-17 20:40:00 +0200 |
commit | 789259a1b6850d30acffbb62b11456b9ed7a8f59 (patch) | |
tree | 842f2f9042a4264898ec29078aa029640078c393 /testThreads.c | |
parent | 968041a8b2ec86c39b5074024ce97d136ecd9a95 (diff) | |
download | libxml2-789259a1b6850d30acffbb62b11456b9ed7a8f59.tar.gz |
Load /tmp/libxml2-2.6.28 intoupstream/2.6.28.dfsg
libxml2/branches/upstream/current.
Diffstat (limited to 'testThreads.c')
-rw-r--r-- | testThreads.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testThreads.c b/testThreads.c index 6405a77..b43cbd0 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> |