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:
Ella Stanforth 2022-09-14 11:06:12 +00:00 committed by Marge Bot
parent 546c40cd66
commit 3c57d05b47

View file

@ -11,6 +11,7 @@
#if DETECT_OS_WINDOWS == 0
#include <fcntl.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>