util: fix missing fcntl.h on musl
Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18617>
This commit is contained in:
committed by
Marge Bot
parent
546c40cd66
commit
3c57d05b47
@@ -11,6 +11,7 @@
|
||||
|
||||
#if DETECT_OS_WINDOWS == 0
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user