diff options
Diffstat (limited to 'make/stub_includes/opengl/gl2.c')
-rw-r--r-- | make/stub_includes/opengl/gl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/opengl/gl2.c b/make/stub_includes/opengl/gl2.c index 037d67d0b..343b6bafd 100644 --- a/make/stub_includes/opengl/gl2.c +++ b/make/stub_includes/opengl/gl2.c @@ -4,6 +4,6 @@ // "glext.h" are parsed. #define GL_GLEXT_PROTOTYPES -#include <GL/glext-supplement.h> #include <GL/gl.h> +#include <GL/glext-supplement.h> #include <GL/glext.h> |