aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/glerrorcheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/graphics/opengl/glerrorcheck.cpp')
-rw-r--r--backends/graphics/opengl/glerrorcheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/opengl/glerrorcheck.cpp b/backends/graphics/opengl/glerrorcheck.cpp
index 8d5dcf49da..c3b0c9cd63 100644
--- a/backends/graphics/opengl/glerrorcheck.cpp
+++ b/backends/graphics/opengl/glerrorcheck.cpp
@@ -38,7 +38,7 @@
#endif
#ifdef MACOSX
-#include <gl.h>
+#include <OpenGL/gl.h>
#elif defined(USE_GLES)
#include <GLES/gl.h>
#else