diff src/video/cocoa/SDL_cocoaopengl.m @ 2738:79c1bd651f04

Fixed a bunch of compile warnings on Mac OS X
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 Sep 2008 16:04:20 +0000
parents 18a472b6d745
children 99210400e8b9
line wrap: on
line diff
--- a/src/video/cocoa/SDL_cocoaopengl.m	Sun Aug 31 16:04:32 2008 +0000
+++ b/src/video/cocoa/SDL_cocoaopengl.m	Mon Sep 01 16:04:20 2008 +0000
@@ -27,6 +27,7 @@
 
 #if SDL_VIDEO_OPENGL_CGL
 #include <OpenGL/CGLTypes.h>
+#include <OpenGL/OpenGL.h>
 
 #include "SDL_loadso.h"
 #include "SDL_opengl.h"