mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-29 13:39:19 +00:00
osx : malloc.h => malloc/malloc.h
This commit is contained in:
@@ -14,7 +14,11 @@
|
||||
#include "filesystem.h"
|
||||
#include "filesystem_engine.h"
|
||||
#include "materialsystem/imaterial.h"
|
||||
#ifdef OSX
|
||||
#include <malloc/malloc.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "utldict.h"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
|
||||
Reference in New Issue
Block a user