summaryrefslogtreecommitdiff
blob: e006c82d71aa7d59de7571abf99fcaec6e4f331b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Add missing include (see inet(3)) - JeR


--- a/netio.c
+++ b/netio.c
@@ -199,6 +199,7 @@
 #include <sys/time.h>
 #include <time.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 #include <netdb.h>
 
 #define psock_errno(x) perror(x)