macOS: fix #include to work on case-sensitive filesystem.

pull/252/merge
whitequark 2018-07-12 11:45:15 +00:00
parent 9c99f69da5
commit c8fc033047
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// Copyright 2015-2016 whitequark // Copyright 2015-2016 whitequark
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
#ifdef __APPLE__ #ifdef __APPLE__
#include <OpenGL/GL.h> #include <OpenGL/gl.h>
#else #else
#define GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES
#include <GL/gl.h> #include <GL/gl.h>