mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-25 21:54:28 +08:00
mdbx: initial OSX support.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
#include <time.h>
|
||||
#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \
|
||||
defined(__BSD__) || defined(__NETBSD__) || defined(__bsdi__) || \
|
||||
defined(__DragonFly__))
|
||||
defined(__DragonFly__) || defined(__APPLE__) || defined(__MACH__))
|
||||
#include <malloc.h>
|
||||
#endif /* xBSD */
|
||||
|
||||
|
Reference in New Issue
Block a user