1
0
Fork 0

(svn r4046) missed a file in last commit

0.4.6
bjarni 2006-03-22 22:43:03 +00:00
parent 316e189bd7
commit 32a2a6b523
1 changed files with 1 additions and 0 deletions

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>