1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/sysutils/tmate/files/patch-tmate-ssh-client.c
Steve Wills 8946e732ce sysutils/tmate: create port
Instant terminal sharing

WWW: https://tmate.io/
2016-05-27 19:56:49 +00:00

11 lines
225 B
C

--- tmate-ssh-client.c.orig 2016-03-29 03:30:07 UTC
+++ tmate-ssh-client.c
@@ -3,6 +3,7 @@
#include <stdio.h>
#include <event.h>
#include <assert.h>
+#include <netinet/in.h>
#include "tmate.h"
#include "window-copy.h"