[vlc-devel] commit: * Fix the compilation on 10.4u ( Felix Paul Kühne )
git version control
git at videolan.org
Sun Apr 27 21:09:36 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Apr 27 21:06:48 2008 +0200| [8d8b2e1bce36efcebb2e017588a63fe6b543700a]
* Fix the compilation on 10.4u
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d8b2e1bce36efcebb2e017588a63fe6b543700a
---
modules/access/screen/mac.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access/screen/mac.c b/modules/access/screen/mac.c
index c8f6956..d45b828 100644
--- a/modules/access/screen/mac.c
+++ b/modules/access/screen/mac.c
@@ -35,6 +35,7 @@
#import <ApplicationServices/ApplicationServices.h>
#import <OpenGL/OpenGL.h>
+#import <OpenGL/gl.h>
typedef int CGSConnectionRef;
extern CGError CGSNewConnection( void *, CGSConnectionRef * );
More information about the vlc-devel
mailing list