Removed compiler warning about obsolete header file in OpenBSD

This commit is contained in:
Bryan Everly 2015-04-22 09:50:50 -04:00
parent 8f19bd1825
commit cb66f3ee70
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
#ifdef __APPLE__
#include <malloc/malloc.h>
#elif __FreeBSD__
#elif __FreeBSD__ || __OpenBSD__
#include <stdlib.h>
#else
#include <malloc.h>