summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-04-11 00:48:28 +0000
committerWayne Davison <wayned@samba.org>2006-04-11 00:48:28 +0000
commit5899b8cf3ebf6cce0398357992b8830c4d86acac (patch)
tree2866fae184dafe8ed70228ba22a1ffb468d42c40
parent08e0a629562cbb9c66f464b6a072b74ddc5b255e (diff)
downloadrsync-5899b8cf3ebf6cce0398357992b8830c4d86acac.tar.gz
Moved the include of netinet/ip.h here along with its apparent
prerequisite, netinet/in_systm.h .
-rw-r--r--socket.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/socket.c b/socket.c
index 8570bd20..c2f534eb 100644
--- 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;