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-Tag: v2.6.8pre1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5899b8cf3ebf6cce0398357992b8830c4d86acac;p=thirdparty%2Frsync.git 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;