From 0951b69be59f1655e8c21365422ed5dea77d13a5 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 6 Sep 2007 02:16:07 +0000 Subject: [PATCH] * Fix for SMP hack on OS X --- code/sdl/sdl_glimp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/code/sdl/sdl_glimp.c b/code/sdl/sdl_glimp.c index ff6235c5..4d8257fc 100644 --- a/code/sdl/sdl_glimp.c +++ b/code/sdl/sdl_glimp.c @@ -37,6 +37,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA /* Just hack it for now. */ #ifdef MACOS_X +#include typedef CGLContextObj QGLContext; #define GLimp_GetCurrentContext() CGLGetCurrentContext() #define GLimp_SetCurrentContext(ctx) CGLSetCurrentContext(ctx)