mirror of https://github.com/OpenTTD/OpenTTD
(svn r4046) missed a file in last commit
parent
316e189bd7
commit
32a2a6b523
1
unix.c
1
unix.c
|
@ -43,6 +43,7 @@ ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
|
#include <AvailabilityMacros.h>
|
||||||
#if defined(WITH_SDL)
|
#if defined(WITH_SDL)
|
||||||
//the mac implementation needs this file included in the same file as main()
|
//the mac implementation needs this file included in the same file as main()
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
|
|
Loading…
Reference in New Issue