1
0
Fork 0

hack for macOSX environ

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@799
This commit is contained in:
Peter Veenstra 2003-03-26 12:29:04 +00:00
parent a9b1941599
commit 1193b4ef50

View file

@ -20,6 +20,10 @@
#include <stdio.h>
#include <unistd.h>
#ifdef MACOSX
extern char** environ;
#endif
#include "SDL.h"
#include "SDL_thread.h"