Added SDLPerl.app bundle to the now fixed Darwin build system
[sdlgit/SDL_perl.git] / src / OpenGL.xs
index 13b3e58..47f22c2 100644 (file)
 
 #include <SDL.h>
 
+#ifdef PERL_DARWIN
+#include <gl.h>
+#include <glu.h>
+#else
 #include <GL/gl.h>
 #include <GL/glu.h>
+#endif
+
 
 #ifdef USE_THREADS
 #define HAVE_TLS_CONTEXT