mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
macOS build support
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#ifdef OSX
|
||||
#include <malloc/malloc.h>
|
||||
#else
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include "tier1/strtools.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user