Support for FreeBSD
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
#include <cstring>
|
||||
#ifdef __APPLE__
|
||||
#include <sys/malloc.h>
|
||||
#elif __FreeBSD__
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user