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


--- a/netio.c	2005-08-30 16:47:18.000000000 +0200
+++ b/netio.c	2010-08-09 19:31:51.000000000 +0200
@@ -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)