From 18ff8609370748e8e025ebb43d77db6ce15711e7 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Tue, 20 Jul 2010 11:28:45 +0100 Subject: [PATCH] fix WIN32 warning --- C/iopreds.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/C/iopreds.c b/C/iopreds.c index e395edcf4..2fc6ac1fa 100755 --- a/C/iopreds.c +++ b/C/iopreds.c @@ -77,12 +77,10 @@ static char SccsId[] = "%W% %G%"; #define strncpy(X,Y,Z) strcpy(X,Y) #endif #if _MSC_VER || defined(__MINGW32__) -#include -#endif -#if _MSC_VER || defined(__MINGW32__) #if USE_SOCKET #include #endif +#include #ifndef S_ISDIR #define S_ISDIR(x) (((x)&_S_IFDIR)==_S_IFDIR) #endif