summaryrefslogtreecommitdiff
path: root/comms/tlf/files/patch-src_sockserv.c
blob: 4ef4e0c1576b4b1d69f88ac8c29d41e13571f291 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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>