diff options
Diffstat (limited to 'src/safeopenglgraphics.h')
-rw-r--r-- | src/safeopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/safeopenglgraphics.h b/src/safeopenglgraphics.h index d13d72ef1..c134caa2d 100644 --- a/src/safeopenglgraphics.h +++ b/src/safeopenglgraphics.h @@ -35,7 +35,7 @@ #include <GLES/glext.h> #else #define GL_GLEXT_PROTOTYPES 1 -#include <SDL/SDL_opengl.h> +#include <SDL_opengl.h> #include <GL/glext.h> #endif |