summaryrefslogtreecommitdiffstats
path: root/main/mesa-demos/mesa-demos-gles.patch
blob: 20d4430662518eab62165b4ac78bd24e41702606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/egl/opengles2/es2_info.c b/src/egl/opengles2/es2_info.c
index 93816b5..647d634 100644
--- a/src/egl/opengles2/es2_info.c
+++ b/src/egl/opengles2/es2_info.c
@@ -18,8 +18,8 @@
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #include <X11/keysym.h>
-#include <GLES/gl.h>
-#include <GLES/glext.h>
+#include <GLES2/gl2.h>
+#include <GLES2/gl2ext.h>
 #include <EGL/egl.h>