]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 8570bd2076aae81b07c962d720ebb9432ebed5f0..c2f534ebcbc2b7b5ad80b4c30e0fae2caa377b85 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -32,6 +32,8 @@
  **/
 
 #include "rsync.h"
+#include <netinet/in_systm.h>
+#include <netinet/ip.h>
 
 extern char *bind_address;
 extern int default_af_hint;