projects
/
yaz-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:
6efe941
)
Include windows.h(WIN32)
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 9 Apr 2010 09:27:43 +0000
(11:27 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 9 Apr 2010 09:27:43 +0000
(11:27 +0200)
ztest/ztest.c
patch
|
blob
|
history
diff --git
a/ztest/ztest.c
b/ztest/ztest.c
index
4ebf1c1
..
400e14e
100644
(file)
--- a/
ztest/ztest.c
+++ b/
ztest/ztest.c
@@
-21,6
+21,9
@@
#if HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
+#ifdef WIN32
+#include <windows.h>
+#endif
#include <yaz/log.h>
#include <yaz/backend.h>