From b40ed96a78d787c2a7d8b231c62e2ffe33bcc74b Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 22 Sep 2008 15:59:50 +0000 Subject: [PATCH] Patch #17665 by Vladimir Marek Fixes for solaris compiling --- source/blender/blenloader/intern/readfile.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index 8d998016667..7805f98f5d1 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -37,11 +37,9 @@ #ifdef WIN32 #include "winsock2.h" #include "BLI_winstuff.h" -#ifndef INT_MAX -#include "limits.h" -#endif #endif +#include #include // for printf fopen fwrite fclose sprintf FILE #include // for getenv atoi #include // for open