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:
@@ -81,7 +81,7 @@ typedef unsigned __int64 uint64_t;
|
||||
#ifdef _WIN32
|
||||
#define htonl(x) correctByteOrder(x)
|
||||
#define ntohl(x) correctByteOrder(x)
|
||||
#elif defined __FreeBSD__
|
||||
#elif defined (__FreeBSD__) || defined (__OpenBSD__)
|
||||
#include <sys/param.h>
|
||||
#elif defined (__APPLE__)
|
||||
#include <sys/types.h>
|
||||
|
Reference in New Issue
Block a user