]> git.sesse.net Git - vlc/commitdiff
* Fix the compilation on 10.4u
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 27 Apr 2008 19:06:48 +0000 (21:06 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 27 Apr 2008 19:10:42 +0000 (21:10 +0200)
modules/access/screen/mac.c

index c8f69569f3380b9d6497d0f5a245275703540575..d45b828343fed60f85c913bea63e8184f2a59e8a 100644 (file)
@@ -35,6 +35,7 @@
 
 #import <ApplicationServices/ApplicationServices.h>
 #import <OpenGL/OpenGL.h>
+#import <OpenGL/gl.h>
 
 typedef int CGSConnectionRef;
 extern CGError CGSNewConnection( void *, CGSConnectionRef * );