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>2011-09-03 13:43:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-03 13:43:20 +0400
commita01ffbbddb40c8f14f10aa5edf0cd1ba5dcc6942 (patch)
treecf78f85e365821bba260b25316268ebb3610639a /intern/opennl
parenta6a14d0a1e2dcc1aa5535a96339245bb645fba58 (diff)
minor edits to build on openbsd
Diffstat (limited to 'intern/opennl')
-rw-r--r--intern/opennl/superlu/superlu_sys_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opennl/superlu/superlu_sys_types.h b/intern/opennl/superlu/superlu_sys_types.h
index 2cd9cab453d..c154b4c50ac 100644
--- a/intern/opennl/superlu/superlu_sys_types.h
+++ b/intern/opennl/superlu/superlu_sys_types.h
@@ -89,7 +89,7 @@ typedef unsigned long uintptr_t;
#define _UINTPTR_T_DEFINED
#endif
-#elif defined(__linux__) || defined(__NetBSD__)
+#elif defined(__linux__) || defined(__NetBSD__) || defined(__OpenBSD__)
/* Linux-i386, Linux-Alpha, Linux-ppc */
#include <stdint.h>