mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Added missing header #include for old OS X SDKs
This commit is contained in:
parent
3af95e0aea
commit
db207feed1
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#import <Foundation/NSRunLoop.h>
|
||||
|
||||
#include "c_cvars.h"
|
||||
|
|
Loading…
Reference in a new issue