summaryrefslogtreecommitdiff
path: root/testRegexp.c
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2007-04-17 20:40:00 +0200
committerMike Hommey <glandium@debian.org>2007-04-17 20:40:00 +0200
commit789259a1b6850d30acffbb62b11456b9ed7a8f59 (patch)
tree842f2f9042a4264898ec29078aa029640078c393 /testRegexp.c
parent968041a8b2ec86c39b5074024ce97d136ecd9a95 (diff)
downloadlibxml2-789259a1b6850d30acffbb62b11456b9ed7a8f59.tar.gz
Load /tmp/libxml2-2.6.28 intoupstream/2.6.28.dfsg
libxml2/branches/upstream/current.
Diffstat (limited to 'testRegexp.c')
-rw-r--r--testRegexp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testRegexp.c b/testRegexp.c
index ff9c0fc..d5228b3 100644
--- a/testRegexp.c
+++ b/testRegexp.c
@@ -6,9 +6,10 @@
* Daniel Veillard <veillard@redhat.com>
*/
-#include <string.h>
#include "libxml.h"
#ifdef LIBXML_REGEXP_ENABLED
+#include <string.h>
+
#include <libxml/tree.h>
#include <libxml/xmlregexp.h>