mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 17:59:37 +00:00
osx : malloc.h => malloc/malloc.h
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
|
||||
#include "pch_tier0.h"
|
||||
#include "tier0/mem.h"
|
||||
#ifdef OSX
|
||||
#include <malloc/malloc.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "tier0/dbg.h"
|
||||
#include "tier0/minidump.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user