diff --git a/src/sdl-test-ui/opengl.h b/src/sdl-test-ui/opengl.h index 2ae4dd912..0533989a2 100644 --- a/src/sdl-test-ui/opengl.h +++ b/src/sdl-test-ui/opengl.h @@ -35,7 +35,7 @@ #include "GL/glew.h" #include "GL/wglew.h" #else /* linux/unix/other */ -# if USE_GLES +# ifdef USE_GLES # include # else # if !defined(GL_GLEXT_PROTOTYPES)