From 1b133ad446b1c8c714eebf02106f695486377d5c Mon Sep 17 00:00:00 2001 From: Gurchetan Singh Date: Mon, 2 Oct 2023 19:25:06 -0700 Subject: [PATCH] mesa/util: add F_ADD_SEALS + F_SEAL_* are defined in on Android. Reviewed-by: Aaron Ruby Part-of: --- src/util/os_memory_fd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/os_memory_fd.c b/src/util/os_memory_fd.c index 5d1a1526b72..63735a70c9d 100644 --- a/src/util/os_memory_fd.c +++ b/src/util/os_memory_fd.c @@ -30,6 +30,10 @@ #include "detect_os.h" +#if DETECT_OS_ANDROID +#include +#endif + #if DETECT_OS_UNIX #include