rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / network / openconnect / patches / 01-include-sockio.patch
blobd11715e3dfe561e3c266ca628567aa052cdcd588
1 diff --git a/os-tcp-mtu.c b/os-tcp-mtu.c
2 index af39e99..0126f44 100644
3 --- a/os-tcp-mtu.c
4 +++ b/os-tcp-mtu.c
5 @@ -30,6 +30,7 @@
6 /* For TCP_INFO */
7 # include <linux/tcp.h>
8 #endif
9 +#include <sys/sockio.h>
11 union sa_ip46 {
12 struct sockaddr addr;