From 7ae9aaa8123320e37aad3eb492890266f68a251c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 9 Apr 2010 11:27:43 +0200 Subject: [PATCH] Include windows.h(WIN32) --- ztest/ztest.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4