@@ -44,9 +44,6 @@
#include <X11/Xcursor/Xcursor.h>
#include <X11/cursorfont.h>
#include <GL/glx.h>
-#ifdef LA_USE_GLES
-#include <GLES3/gl3.h>
-#endif
#endif
#ifdef _WIN32
#include <GL/wglew.h>
@@ -52,6 +52,8 @@ FILE *android_fopen(const char *fileName, const char *mode);
#define SYSWINDOW Window
#ifdef LA_USE_GLES
#include <EGL/egl.h>
+#include <GLES3/gl3.h>
+#include <GLES3/gl3ext.h>
#define SYSGLCONTEXT EGLContext
#else
#include <GL/glew.h>