Cc: Rob Herring <r...@kernel.org> Signed-off-by: Eric Engestrom <eric.engest...@imgtec.com> --- This needs to land before [1], otherwise the latter will break android.
[1] https://lists.freedesktop.org/archives/mesa-dev/2017-August/167428.html src/egl/drivers/dri2/platform_android.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c index a864a2af3d..36fc5833b4 100644 --- a/src/egl/drivers/dri2/platform_android.c +++ b/src/egl/drivers/dri2/platform_android.c @@ -27,6 +27,7 @@ * DEALINGS IN THE SOFTWARE. */ +#include <android/native_window.h> #include <errno.h> #include <dlfcn.h> #include <fcntl.h> -- Cheers, Eric _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev