]> git.tdb.fi Git - libs/gl.git/blobdiff - source/gl.h
Final touches of OS X support
[libs/gl.git] / source / gl.h
index d742bd57677ad33994f5f0ad5936acc82c5a2666..05844ba5f4666e5b048209ab9340bff69a601d68 100644 (file)
@@ -4,6 +4,12 @@
 #ifdef WIN32
 #include <windows.h>
 #endif
+#ifdef __APPLE__
+#include <OpenGL/gl.h>
+#include <OpenGL/glext.h>
+#else
 #include <GL/gl.h>
+#include <GL/glext.h>
+#endif
 
 #endif