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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-08-18 14:37:15 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-08-18 14:37:15 +0400
commitf876fd66b4bced68e4771f051186023d142cfa5e (patch)
treec4f1c2c83ccb8b76e8b3faa6296f6ff729039899 /source/blender/blenloader/BLO_sys_types.h
parentff45582551c4585eae164d525b5d2445001bf2d7 (diff)
Fixing compile errors on mingw/cygwin (reported by aligorith)
Diffstat (limited to 'source/blender/blenloader/BLO_sys_types.h')
-rw-r--r--source/blender/blenloader/BLO_sys_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenloader/BLO_sys_types.h b/source/blender/blenloader/BLO_sys_types.h
index a519183a1e1..d2818e3adb2 100644
--- a/source/blender/blenloader/BLO_sys_types.h
+++ b/source/blender/blenloader/BLO_sys_types.h
@@ -81,6 +81,10 @@ typedef unsigned long uintptr_t;
#include <inttypes.h>
+#elif defined(FREE_WINDOWS)
+
+#include <stdint.h>
+
#else
/* FreeBSD, Irix, Solaris */