summaryrefslogtreecommitdiffstats
path: root/opengl/tests/textures/textures.c
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/textures/textures.c')
-rw-r--r--opengl/tests/textures/textures.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/opengl/tests/textures/textures.c b/opengl/tests/textures/textures.c
index 98e3be1..214291b 100644
--- a/opengl/tests/textures/textures.c
+++ b/opengl/tests/textures/textures.c
@@ -18,7 +18,9 @@
#include <stdlib.h>
#include <stdio.h>
-#include <GLES/egl.h>
+#include <EGL/egl.h>
+#include <GLES/gl.h>
+#include <GLES/glext.h>
int main(int argc, char** argv)
{