From: Wayne Davison Date: Tue, 11 Apr 2006 00:48:28 +0000 (+0000) Subject: Moved the include of netinet/ip.h here along with its apparent X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/5899b8cf3ebf6cce0398357992b8830c4d86acac?ds=inline Moved the include of netinet/ip.h here along with its apparent prerequisite, netinet/in_systm.h . --- 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 +#include extern char *bind_address; extern int default_af_hint;