X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftst_record_conv.c;h=8d143431ec705ef76f2a5341561ca0d8ca8ad0fe;hp=2b414c67dafb7cdc61bb8cb84aab61b63735f59e;hb=c55803155b03efbc55974dd5d6655f8f688e2098;hpb=6db6a25098ef14e638db1e185330e2ba5b75e631 diff --git a/test/tst_record_conv.c b/test/tst_record_conv.c index 2b414c6..8d14343 100644 --- a/test/tst_record_conv.c +++ b/test/tst_record_conv.c @@ -2,7 +2,7 @@ * Copyright (C) 2005-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: tst_record_conv.c,v 1.2 2006-05-03 13:04:46 adam Exp $ + * $Id: tst_record_conv.c,v 1.3 2006-05-04 18:22:59 adam Exp $ * */ #include @@ -10,7 +10,11 @@ #include #include -#if HAVE_XML2 +#if HAVE_CONFIG_H +#include +#endif + +#if HAVE_XSLT #include #include @@ -264,7 +268,6 @@ static void tst_convert() "", 0, &p)); YAZ_CHECK(conv_convert_test(p, marcxml_rec, marcxml_rec)); - } #endif