projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5cc5d0
)
Add include of unistd.h for sleep(3).
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 28 Feb 2003 15:34:21 +0000
(15:34 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 28 Feb 2003 15:34:21 +0000
(15:34 +0000)
test/testclient.c
patch
|
blob
|
history
diff --git
a/test/testclient.c
b/test/testclient.c
index
1e9762f
..
7fddccd
100644
(file)
--- 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 <stdlib.h>
#include <stdio.h>
+#ifdef WIN32
+#else
+#include <unistd.h>
+#endif
+
#include <yaz/xmalloc.h>
#include <yaz/options.h>
#include <yaz/zoom.h>