Module: Mesa Branch: master Commit: 2efc80489274b753b3e89862bc2ad75d7b31f32a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2efc80489274b753b3e89862bc2ad75d7b31f32a
Author: Eric Anholt <[email protected]> Date: Thu Sep 12 12:52:40 2019 -0700 egl/android: Fix build since the DRI fourcc removal. Fixes: 272f9cfe6a19 ("dri: Use DRM_FORMAT_* instead of defining our own copy.") Reviewed-by: John Stultz <[email protected]> Reviewed-by: Kristian H. Kristensen <[email protected]> --- 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 0c341c6ac78..35d40e567dc 100644 --- a/src/egl/drivers/dri2/platform_android.c +++ b/src/egl/drivers/dri2/platform_android.c @@ -37,6 +37,7 @@ #include <stdio.h> #include <sync/sync.h> #include <sys/types.h> +#include <drm-uapi/drm_fourcc.h> #include "loader.h" #include "egl_dri2.h" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
