23 lines
388 B
Diff
23 lines
388 B
Diff
--- src/remote.c.orig
|
|
+++ 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>
|
|
|
|
--- src/hv.c.orig
|
|
+++ src/hv.c
|
|
@@ -42,7 +42,6 @@
|
|
#include <fcntl.h>
|
|
|
|
#include <libgen.h>
|
|
-#include <getopt.h>
|
|
#include <pthread.h>
|
|
#include <termios.h>
|
|
|