mesa/util: add <linux/fcntl.h>

F_ADD_SEALS + F_SEAL_* are defined in <linux/fcntl.h> on Android.

Reviewed-by: Aaron Ruby <aruby@blackberry.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26874>
This commit is contained in:
Gurchetan Singh 2023-10-02 19:25:06 -07:00 committed by Marge Bot
parent e08add9164
commit 1b133ad446

View file

@ -30,6 +30,10 @@
#include "detect_os.h"
#if DETECT_OS_ANDROID
#include <linux/fcntl.h>
#endif
#if DETECT_OS_UNIX
#include <string.h>