From: Adam Dickmeiss Date: Wed, 1 Feb 2006 19:53:00 +0000 (+0000) Subject: Fix test so that it passes without libxml2-dev X-Git-Tag: YAZ.2.1.12~9 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=049ba50c77db8f008546899e56c8124f68cd112d Fix test so that it passes without libxml2-dev --- 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;