openbsd-ports/comms/amtterm/patches/patch-tcp_h
2022-03-11 18:26:24 +00:00

8 lines
185 B
Plaintext

--- tcp.h.orig Sat Jun 2 09:16:45 2012
+++ tcp.h Sat Jun 2 09:16:55 2012
@@ -1,3 +1,4 @@
+#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>