Mercurial > sdl-ios-xcode
diff src/video/quartz/SDL_QuartzVideo.h @ 1648:9f59d4c5aaea
Mac OS X fat build works! :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 22 Apr 2006 19:17:14 +0000 |
parents | ef4a796e7f24 |
children | 782fd950bd46 c121d94672cb 81f66f258d77 |
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.h Thu Apr 20 16:33:51 2006 +0000 +++ b/src/video/quartz/SDL_QuartzVideo.h Sat Apr 22 19:17:14 2006 +0000 @@ -54,7 +54,8 @@ #include <Cocoa/Cocoa.h> #include <Carbon/Carbon.h> #include <QuickTime/QuickTime.h> -#include <IOKit/IOKitLib.h> /* For powersave handling */ +#include <OpenGL/CGLTypes.h> /* For CGLContextObj */ +#include <IOKit/IOKitLib.h> /* For powersave handling */ #include <pthread.h> #include "SDL_thread.h"