From f87255f5c2f099c16e40d999bfce5f039c6027fd Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 7 May 2011 14:15:04 +0000 Subject: [PATCH] ice: fix building for VC2003 --- src/ice/util.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ice/util.c b/src/ice/util.c index a4b3af1..b8a0849 100644 --- a/src/ice/util.c +++ b/src/ice/util.c @@ -7,9 +7,7 @@ #ifdef HAVE_SYS_TIME_H #include #endif -#ifdef WIN32 -#include -#else +#ifndef WIN32 #include #endif #include