mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 09:49:36 +00:00
osx : malloc.h => malloc/malloc.h
This commit is contained in:
@@ -26,7 +26,11 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#ifdef OSX
|
||||
#include <malloc/malloc.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <tier0/dbg.h>
|
||||
#include <tier1/utlhandletable.h>
|
||||
#include "vgui_internal.h"
|
||||
|
||||
Reference in New Issue
Block a user