summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix.c b/unix.c
index 1a6104a40..e926dca27 100644
--- a/unix.c
+++ b/unix.c
@@ -39,6 +39,7 @@ ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;)
#endif
#if defined(__APPLE__)
+#include <SDL.h> //the mac implementation needs this file included in the same file as main()
#include "os/macosx/macos.h"
#endif