commit | a6938bab1f6fa76ae98ebbe44f4e534e05fa0993 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Feb 10 15:44:00 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Feb 10 15:44:00 2009 -0800 |
tree | bc5a1f806bd06db8abb197e80be9ead3644c0bcc | |
parent | e41dd756db5184519f4dacbf4d95b333822605c7 [diff] [blame] |
auto import from //branches/cupcake/...@130745
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) {