diff --git a/auto/src/eglew_head.h b/auto/src/eglew_head.h index 51b1b46..d064baf 100644 --- a/auto/src/eglew_head.h +++ b/auto/src/eglew_head.h @@ -78,6 +78,10 @@ typedef khronos_stime_nanoseconds_t EGLnsecsANDROID; struct EGLClientPixmapHI; struct AHardwareBuffer; +/* Wayland types for WL_bind_wayland_display purposes */ +struct wl_display; +struct wl_resource; + #define EGL_DONT_CARE ((EGLint)-1) #define EGL_NO_CONTEXT ((EGLContext)0)