gfxstream: Fix compiling gfxstream for musl libs

musl has the unistd.h in top level.

Test: m USE_HOST_MUSL=true

Reviewed-by: Aaron Ruby <aruby@qnx.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33740>
This commit is contained in:
Aditya Kumar
2025-01-23 10:32:00 -08:00
committed by Marge Bot
parent 0a0a350499
commit 63de837a8b
@@ -14,7 +14,7 @@
#include <linux/types.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/unistd.h>
#include <unistd.h>
#include <fcntl.h>
// Make it conflict with ioctls that are not likely to be used