pulseaudio: fix dependencies for openssl-3
[oi-userland.git] / components / x11 / mesa / patches / patch-src_util_libsync.h.patch
blobdeffa444fe3c7a07948d4a3690ff96ff25b85e80
1 $NetBSD: patch-src_util_libsync.h,v 1.1 2022/03/13 15:52:50 tnn Exp $
3 sys/ioccom.h for _IOWR
5 --- src/util/libsync.h.orig 2022-01-12 21:32:28.000000000 +0000
6 +++ src/util/libsync.h
7 @@ -34,6 +34,9 @@
8 #include <stdint.h>
9 #include <string.h>
10 #include <sys/ioctl.h>
11 +#ifdef __sun__
12 +#include <sys/ioccom.h>
13 +#endif
14 #include <sys/poll.h>
15 #include <unistd.h>