diff options
Diffstat (limited to 'opengl/tests/angeles/app-linux.c')
-rw-r--r-- | opengl/tests/angeles/app-linux.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opengl/tests/angeles/app-linux.c b/opengl/tests/angeles/app-linux.c index d439eb2..7d0d320 100644 --- a/opengl/tests/angeles/app-linux.c +++ b/opengl/tests/angeles/app-linux.c @@ -49,7 +49,8 @@ #include <stdio.h> #include <sys/time.h> -#include <GLES/egl.h> +#include <EGL/egl.h> +#include <GLES/gl.h> #include "app.h" |