1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-03 08:03:22 +08:00

Re-add Mac malloc.h fix lost in last merge.

This commit is contained in:
Nicholas Hastings 2017-04-29 09:46:46 -04:00
parent fd5a970b2c
commit 210dc2073f

View File

@ -67,7 +67,11 @@
#include <time.h> #include <time.h>
#endif #endif
#if defined __APPLE__
#include <stdlib.h>
#else
#include <malloc.h> #include <malloc.h>
#endif
#include <new> #include <new>
// need this for memset // need this for memset