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:
-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 */