Removed compiler warning about obsolete header file in OpenBSD
This commit is contained in:
parent
8f19bd1825
commit
cb66f3ee70
@ -36,7 +36,7 @@
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <malloc/malloc.h>
|
||||
#elif __FreeBSD__
|
||||
#elif __FreeBSD__ || __OpenBSD__
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
|
Loading…
Reference in New Issue
Block a user