fixed OS X build
This commit is contained in:
parent
186dc1bfe9
commit
ead39083d1
3 changed files with 13 additions and 4 deletions
|
@ -31,7 +31,6 @@
|
|||
|
||||
#include <al.h>
|
||||
#include <alc.h>
|
||||
#include <alext.h>
|
||||
|
||||
#include "sharedstate.h"
|
||||
#include "graphics.h"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include <SDL2/SDL_syswm.h>
|
||||
#elif defined __APPLE__
|
||||
#define OS_OSX
|
||||
#include <pwd.h>
|
||||
#elif defined __linux__
|
||||
#define OS_LINUX
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue