mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
osx : malloc.h => malloc/malloc.h
This commit is contained in:
@@ -10,7 +10,11 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#ifdef OSX
|
||||
#include <malloc/malloc.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "vgui_surfacelib/BitmapFont.h"
|
||||
#include "vgui_surfacelib/FontManager.h"
|
||||
#include <tier0/dbg.h>
|
||||
|
||||
@@ -12,7 +12,11 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#ifdef OSX
|
||||
#include <malloc/malloc.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <tier0/dbg.h>
|
||||
#include <vgui/ISurface.h>
|
||||
#include <utlbuffer.h>
|
||||
|
||||
Reference in New Issue
Block a user