aports/community/vpcs/musl-fixes.patch
2016-08-19 13:00:04 +00:00

27 lines
504 B
Diff

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>