From: Adam Dickmeiss Date: Fri, 9 Apr 2010 09:27:43 +0000 (+0200) Subject: Include windows.h(WIN32) X-Git-Tag: v4.0.3~3 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=7ae9aaa8123320e37aad3eb492890266f68a251c Include windows.h(WIN32) --- diff --git a/ztest/ztest.c b/ztest/ztest.c index 4ebf1c1..400e14e 100644 --- a/ztest/ztest.c +++ b/ztest/ztest.c @@ -21,6 +21,9 @@ #if HAVE_SYS_SELECT_H #include #endif +#ifdef WIN32 +#include +#endif #include #include