aboutsummaryrefslogtreecommitdiffstats
path: root/community/vpcs/musl-fixes.patch
blob: d0b5c80dc5f86411f8a5e273a767aec8ba972ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git src/remote.c src/remote.c
index ba971fb..56a19de 100644
--- src/remote.c
+++ src/remote.c
@@ -34,6 +34,8 @@
 #include <sys/ioctl.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
+#include <netinet/tcp.h>
+#include <sys/types.h>
 #include <arpa/inet.h>
 
 #include <net/if.h>

diff --git src/hv.c src/hv.c
index bea2636..bf5cc07 100644
--- src/hv.c
+++ src/hv.c
@@ -42,7 +42,6 @@
 #include <fcntl.h>
 
 #include <libgen.h>
-#include <getopt.h>
 #include <pthread.h>
 #include <termios.h>