malloc.h is nonstandard, malloc/realloc/free are in stdlib.h

This commit is contained in:
Vas Crabb 2016-02-08 12:55:10 +11:00
parent b9e37eb1dd
commit 503ae769d1

View File

@ -13,7 +13,7 @@
#include <new>
#if BX_CONFIG_ALLOCATOR_CRT
# include <malloc.h>
# include <stdlib.h>
#endif // BX_CONFIG_ALLOCATOR_CRT
#if BX_CONFIG_ALLOCATOR_DEBUG