summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bx')
-rw-r--r--3rdparty/bx/include/bx/allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bx/include/bx/allocator.h b/3rdparty/bx/include/bx/allocator.h
index 50d526535b6..3a6ca4f6e26 100644
--- a/3rdparty/bx/include/bx/allocator.h
+++ b/3rdparty/bx/include/bx/allocator.h
@@ -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