]> git.jsancho.org Git - lugaru.git/commitdiff
Corrected header include in OpenGL header
authorNeal Gompa <ngompa13@gmail.com>
Sat, 15 May 2010 17:14:35 +0000 (12:14 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Sat, 15 May 2010 17:14:35 +0000 (12:14 -0500)
Dependencies/OpenGL/GL/gl.h

index 96fb7d7f81bb3c4d1986aa2bbd43a7920e9df0a8..df43ec04a6cb815dc091fcb22697a463f49f233b 100644 (file)
@@ -62,7 +62,7 @@ typedef long GLsizeiptr;
 #endif
 
 #ifndef GL_GLEXT_LEGACY
-#include <OpenGL/glext.h>
+#include <GL/glext.h>
 #endif
 
 /* For compatibility with OpenGL v1.0 */