Moved the include of netinet/ip.h here along with its apparent
authorWayne Davison <wayned@samba.org>
Tue, 11 Apr 2006 00:48:28 +0000 (00:48 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 11 Apr 2006 00:48:28 +0000 (00:48 +0000)
prerequisite, netinet/in_systm.h .

socket.c

index 8570bd2..c2f534e 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -32,6 +32,8 @@
  **/
 
 #include "rsync.h"
  **/
 
 #include "rsync.h"
+#include <netinet/in_systm.h>
+#include <netinet/ip.h>
 
 extern char *bind_address;
 extern int default_af_hint;
 
 extern char *bind_address;
 extern int default_af_hint;