Include windows.h(WIN32)
[yaz-moved-to-github.git] / ztest / ztest.c
index 4ebf1c1..400e14e 100644 (file)
@@ -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>