mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
osx : malloc.h => malloc/malloc.h
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
#include "materialsystem/imaterialproxyfactory.h"
|
||||
#include "IHardwareConfigInternal.h"
|
||||
#include "utlsymbol.h"
|
||||
#ifdef OSX
|
||||
#include <malloc/malloc.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "filesystem.h"
|
||||
#include <KeyValues.h>
|
||||
#include "mempool.h"
|
||||
|
||||
Reference in New Issue
Block a user