summaryrefslogtreecommitdiff
path: root/src/nullopenglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nullopenglgraphics.h')
-rw-r--r--src/nullopenglgraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nullopenglgraphics.h b/src/nullopenglgraphics.h
index 9d92d4772..7f58e1242 100644
--- a/src/nullopenglgraphics.h
+++ b/src/nullopenglgraphics.h
@@ -37,7 +37,7 @@
#include <GLES2/gl2.h>
#else
#define GL_GLEXT_PROTOTYPES 1
-#include <SDL/SDL_opengl.h>
+#include <SDL_opengl.h>
#include <GL/glext.h>
#endif