mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 07:40:38 +02:00
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:
parent
546c40cd66
commit
3c57d05b47
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#if DETECT_OS_WINDOWS == 0
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue