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:
authorCampbell Barton <ideasman42@gmail.com>2014-02-03 15:04:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-03 15:04:56 +0400
commit15f449c52909d5275feb23d814988ded3369ba62 (patch)
tree2d770abd7ca908993988b11e4e1ea02388aab5f5 /source/blender/blenlib/BLI_sys_types.h
parent2f8de5075de6ca77c05b7f521bd4830a3fccdcdc (diff)
Add include for FreeBSD and clang
Diffstat (limited to 'source/blender/blenlib/BLI_sys_types.h')
-rw-r--r--source/blender/blenlib/BLI_sys_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_sys_types.h b/source/blender/blenlib/BLI_sys_types.h
index acc87b288c5..6b02653533d 100644
--- a/source/blender/blenlib/BLI_sys_types.h
+++ b/source/blender/blenlib/BLI_sys_types.h
@@ -204,6 +204,7 @@ typedef uint64_t u_int64_t;
/* FreeBSD, Solaris */
#include <sys/types.h>
+#include <stdint.h>
#endif /* ifdef platform for types */