diff options
Diffstat (limited to 'src/mgl.h')
-rw-r--r-- | src/mgl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ #define APIENTRY GL_APIENTRY #else #define GL_GLEXT_PROTOTYPES 1 -#include <SDL_opengl.h> +#include <SDL/SDL_opengl.h> #include <GL/glext.h> #endif |