X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fmbox%2Fmbox1.c;h=5484b8c89c9dfab8f82e2d38179686593b2fc87c;hb=d02c4c703a93e0ad3f4ccde4519879f1f57a6824;hp=8c2d9000398baac7d54c08e7bfbafaf10dbb703c;hpb=a030c87bc444608639905eca95e29f84a4f1d991;p=idzebra-moved-to-github.git diff --git a/test/mbox/mbox1.c b/test/mbox/mbox1.c index 8c2d900..5484b8c 100644 --- a/test/mbox/mbox1.c +++ b/test/mbox/mbox1.c @@ -17,8 +17,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include "testlib.h" - + static void tst(int argc, char **argv) { char path[256]; @@ -46,7 +49,7 @@ static void tst(int argc, char **argv) YAZ_CHECK(zebra_end_trans(zh) == ZEBRA_OK); zebra_commit(zh); - + YAZ_CHECK(tl_close_down(zh, zs)); }