blob: fcbce0b38a5b980a206e6d24f6735dd9bec888df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- Platform.h.orig 2014-04-22 21:40:50 UTC
+++ Platform.h
@@ -39,6 +39,9 @@ void SetAffinity ( int cpu );
#else // defined(_MSC_VER)
#include <stdint.h>
+#if defined(__FreeBSD__)
+#include <stdlib.h>
+#endif
#define FORCE_INLINE inline __attribute__((always_inline))
#define NEVER_INLINE __attribute__((noinline))
|