From 049ba50c77db8f008546899e56c8124f68cd112d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 1 Feb 2006 19:53:00 +0000 Subject: [PATCH] Fix test so that it passes without libxml2-dev --- test/tstsoap2.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/tstsoap2.c b/test/tstsoap2.c index b424ebc..8884920 100644 --- a/test/tstsoap2.c +++ b/test/tstsoap2.c @@ -2,17 +2,17 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstsoap2.c,v 1.3 2006-01-29 21:59:13 adam Exp $ + * $Id: tstsoap2.c,v 1.4 2006-02-01 19:53:00 adam Exp $ */ #include -#if HAVE_XML2 -#include - #include #include #include +#if HAVE_XML2 +#include + static void tst_srw(void) { const char *charset = 0; -- 1.7.10.4