blob: 76e0edcd6eb4fa4aee24e3b23fa2f2d0d774bca3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/support.c.orig Tue May 10 07:30:51 2005
+++ src/support.c Sat May 21 13:47:21 2005
@@ -23,6 +23,8 @@
#include <fcntl.h>
#include <arpa/inet.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#ifdef HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#endif
|