opnsense-ports/comms/tlf/files/patch-src_sockserv.c
Franco Fichtner e25b1fbd8b */*: sync with upstream
Taken from: FreeBSD
2016-04-08 08:00:17 +02:00

11 lines
236 B
C

--- src/sockserv.c.orig 2016-01-16 17:45:20 UTC
+++ src/sockserv.c
@@ -23,6 +23,8 @@
/* Written by N2RJT - Dave Brown */
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <errno.h>
#include <netdb.h>
#include <stdio.h>