From: Wayne Davison Date: Tue, 31 Oct 2006 19:21:57 +0000 (+0000) Subject: Need to include netinet/tcp.h to get TCP_NODELAY defined. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/0f5c1c193ab982e89abbcbce42bfdbb583a0032c Need to include netinet/tcp.h to get TCP_NODELAY defined. --- diff --git a/socket.c b/socket.c index 5ef0457a..dd7428e2 100644 --- a/socket.c +++ b/socket.c @@ -28,6 +28,7 @@ #include "rsync.h" #include #include +#include extern char *bind_address; extern int default_af_hint;