mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
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:
parent
e08add9164
commit
1b133ad446
1 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,10 @@
|
|||
|
||||
#include "detect_os.h"
|
||||
|
||||
#if DETECT_OS_ANDROID
|
||||
#include <linux/fcntl.h>
|
||||
#endif
|
||||
|
||||
#if DETECT_OS_UNIX
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue