From 32a2a6b5239d0eb1515c43783d531fe4ea8f0444 Mon Sep 17 00:00:00 2001 From: bjarni Date: Wed, 22 Mar 2006 22:43:03 +0000 Subject: [PATCH] (svn r4046) missed a file in last commit --- unix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/unix.c b/unix.c index ee0074b657..76c739d14d 100644 --- a/unix.c +++ b/unix.c @@ -43,6 +43,7 @@ ULONG __stack = (1024*1024)*2; // maybe not that much is needed actually ;) #endif #if defined(__APPLE__) + #include #if defined(WITH_SDL) //the mac implementation needs this file included in the same file as main() #include