Modified checks for defined __FreeBSD__ to also include defined (__OpenBSD__)
From: http://www.blender.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=840 Kent
This commit is contained in:
@@ -50,12 +50,6 @@
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#if !defined(__FreeBSD__) && !defined(__APPLE__)
|
||||
|
||||
/* #include <malloc.h> */ /* _should_ be in stdlib */
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef WIN32
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user