freebsd-ports/sysutils/tmate-slave/files/patch-tmate-proxy.c
Steve Wills 61965a9e6b sysutils/tmate-slave: create port
Instant terminal sharing - server

WWW: https://tmate.io/
2016-05-27 19:58:42 +00:00

10 lines
223 B
C

--- tmate-proxy.c.orig 2016-04-26 08:05:24 UTC
+++ tmate-proxy.c
@@ -2,6 +2,7 @@
#include <netinet/tcp.h>
#include <fcntl.h>
#include <errno.h>
+#include <netinet/in.h>
#include "tmate.h"
#include "tmate-protocol.h"