X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft15.c;h=9ff0ccde750eaa88f4e912ef875c569a300a67ce;hb=6e8b41b7843838b712f1c25ca1be1f61edf1bc5d;hp=da68b0d942b004a2d29b10b6b934a7e3c3689eea;hpb=7f9752358eb1c926c7a54a668493f2f5e5b03f60;p=idzebra-moved-to-github.git diff --git a/test/api/t15.c b/test/api/t15.c index da68b0d..9ff0ccd 100644 --- a/test/api/t15.c +++ b/test/api/t15.c @@ -1,4 +1,4 @@ -/* $Id: t15.c,v 1.9 2006-11-23 21:34:22 adam Exp $ +/* $Id: t15.c,v 1.11 2006-11-23 21:38:26 adam Exp $ Copyright (C) 2004-2006 Index Data ApS @@ -32,8 +32,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #if HAVE_SYS_WAIT_H #include #endif - +#if HAVE_SYS_UTSNAME_H #include +#endif + +#include #include "testlib.h" @@ -110,6 +113,7 @@ static void tst(int argc, char **argv) #if HAVE_SYS_WAIT_H #if HAVE_UNISTD_H +#if HAVE_SYS_UTSNAME_H if (1) { @@ -138,6 +142,7 @@ static void tst(int argc, char **argv) } #endif #endif +#endif YAZ_CHECK(tl_close_down(0, zs)); }