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