From 9b23d9acec9aa88f1d810a40816b83b8d94df44b Mon Sep 17 00:00:00 2001 From: "Matteo F. Vescovi" Date: Mon, 26 May 2014 09:37:54 +0200 Subject: Fix compilation error non non-linux architectures --- source/blender/blenlib/BLI_sys_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 b0a8adeef22..fcbed1daf66 100644 --- a/source/blender/blenlib/BLI_sys_types.h +++ b/source/blender/blenlib/BLI_sys_types.h @@ -167,7 +167,7 @@ typedef unsigned long uintptr_t; #define _UINTPTR_T_DEFINED #endif -#elif defined(__linux__) || defined(__NetBSD__) || defined(__OpenBSD__) +#elif defined(__linux__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__) /* Linux-i386, Linux-Alpha, Linux-ppc */ #include -- cgit v1.2.3