From: Adam Dickmeiss Date: Fri, 28 Feb 2003 15:34:21 +0000 (+0000) Subject: Add include of unistd.h for sleep(3). X-Git-Tag: ZEBRA.1.3.8~65 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=2fa64f1f1d968b5aae13af1ea11946916e41817b;p=idzebra-moved-to-github.git Add include of unistd.h for sleep(3). --- diff --git a/test/testclient.c b/test/testclient.c index 1e9762f..7fddccd 100644 --- a/test/testclient.c +++ b/test/testclient.c @@ -1,11 +1,16 @@ /* - * $Id: testclient.c,v 1.9 2003-01-13 22:28:18 adam Exp $ + * $Id: testclient.c,v 1.10 2003-02-28 15:34:21 adam Exp $ * * Z39.50 client specifically for Zebra testing. */ #include #include +#ifdef WIN32 +#else +#include +#endif + #include #include #include