[Bf-blender-cvs] [15f449c] master: Add include for FreeBSD and clang

Campbell Barton noreply at git.blender.org
Mon Feb 3 12:05:06 CET 2014


Commit: 15f449c52909d5275feb23d814988ded3369ba62
Author: Campbell Barton
Date:   Mon Feb 3 22:04:23 2014 +1100
https://developer.blender.org/rB15f449c52909d5275feb23d814988ded3369ba62

Add include for FreeBSD and clang

===================================================================

M	source/blender/blenlib/BLI_sys_types.h

===================================================================

diff --git a/source/blender/blenlib/BLI_sys_types.h b/source/blender/blenlib/BLI_sys_types.h
index acc87b2..6b02653 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 */




More information about the Bf-blender-cvs mailing list