mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
More portions of L4D2 SDK compile and link on Mac OS X (bug 4646, r=dvander).
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#ifdef _LINUX
|
||||
#if defined _LINUX || defined __APPLE__
|
||||
#include <dlfcn.h> // dlopen,dlclose, et al
|
||||
#include <unistd.h>
|
||||
|
||||
|
Reference in New Issue
Block a user