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 */ _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
