summaryrefslogtreecommitdiffstats
path: root/opengl/include/EGL/eglplatform.h
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/include/EGL/eglplatform.h')
-rw-r--r--opengl/include/EGL/eglplatform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/opengl/include/EGL/eglplatform.h b/opengl/include/EGL/eglplatform.h
index bfac71b..af4d11f 100644
--- a/opengl/include/EGL/eglplatform.h
+++ b/opengl/include/EGL/eglplatform.h
@@ -80,8 +80,7 @@ typedef void *EGLNativePixmapType;
#elif defined(__ANDROID__) || defined(ANDROID)
-#include <android/native_window.h>
-
+struct ANativeWindow;
struct egl_native_pixmap_t;
typedef struct ANativeWindow* EGLNativeWindowType;