mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 17:47:38 +08:00
Include stdlib.h instead of malloc.h on Mac.
This commit is contained in:
parent
d4c0dc2f11
commit
fd59de0881
@ -55,7 +55,11 @@
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
#if defined __APPLE__
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <new>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user