1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 09:59:10 +00:00

(svn r4046) missed a file in last commit

This commit is contained in:
bjarni
2006-03-22 22:43:03 +00:00
parent 316e189bd7
commit 32a2a6b523

1
unix.c
View File

@@ -43,6 +43,7 @@ ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
#endif
#if defined(__APPLE__)
#include <AvailabilityMacros.h>
#if defined(WITH_SDL)
//the mac implementation needs this file included in the same file as main()
#include <SDL.h>