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:
parent
fd5a970b2c
commit
210dc2073f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user