mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
osx : malloc.h => malloc/malloc.h
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
|
||||
#if !defined(_STATIC_LINKED) || defined(_SHARED_LIB)
|
||||
|
||||
#ifdef OSX
|
||||
#include <malloc/malloc.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "vallocator.h"
|
||||
#include "basetypes.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user