hack for macOSX environ
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@799
This commit is contained in:
parent
a9b1941599
commit
1193b4ef50
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef MACOSX
|
||||
extern char** environ;
|
||||
#endif
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_thread.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue