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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user