From: Eric Anholt Date: Thu, 12 Sep 2019 19:52:40 +0000 (-0700) Subject: egl/android: Fix build since the DRI fourcc removal. X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=2efc80489274b753b3e89862bc2ad75d7b31f32a 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 Reviewed-by: Kristian H. Kristensen --- 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 #include #include +#include #include "loader.h" #include "egl_dri2.h"