Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2008-09-22 19:59:50 +0400
committerTon Roosendaal <ton@blender.org>2008-09-22 19:59:50 +0400
commitb40ed96a78d787c2a7d8b231c62e2ffe33bcc74b (patch)
tree0c7ba507f5dec885c03c0340139a33dfb3e107f1 /source/blender/blenloader
parent558d7499a65cb17332741823d46f27cf39ce2a21 (diff)
Patch #17665 by Vladimir Marek
Fixes for solaris compiling
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c4
1 files changed, 1 insertions, 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 <limits.h>
#include <stdio.h> // for printf fopen fwrite fclose sprintf FILE
#include <stdlib.h> // for getenv atoi
#include <fcntl.h> // for open