X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fmbox%2Fmbox1.c;h=a7dbb49205a70b2c43b2603a248a76797ef647c7;hb=dcda88860b03641b6900d43135ca769f005105e8;hp=ba3b53e46fcd5f01f05ead0db2cd3bf05cd1eab2;hpb=6a0f9234f945bc4956e2bcef75f715661a9eba9a;p=idzebra-moved-to-github.git diff --git a/test/mbox/mbox1.c b/test/mbox/mbox1.c index ba3b53e..a7dbb49 100644 --- a/test/mbox/mbox1.c +++ b/test/mbox/mbox1.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -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)); }