summaryrefslogtreecommitdiff
path: root/socket.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-10-31 19:21:57 +0000
committerWayne Davison <wayned@samba.org>2006-10-31 19:21:57 +0000
commit0f5c1c193ab982e89abbcbce42bfdbb583a0032c (patch)
treee0bffbcbe6ef917b33c0e38a431e43e70c3dfa69 /socket.c
parentab6dcad61cc6af07004e82227d3090be885af972 (diff)
downloadrsync-0f5c1c193ab982e89abbcbce42bfdbb583a0032c.tar.gz
rsync-0f5c1c193ab982e89abbcbce42bfdbb583a0032c.tar.bz2
rsync-0f5c1c193ab982e89abbcbce42bfdbb583a0032c.zip
Need to include netinet/tcp.h to get TCP_NODELAY defined.
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c1
1 files changed, 1 insertions, 0 deletions
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 <netinet/in_systm.h>
#include <netinet/ip.h>
+#include <netinet/tcp.h>
extern char *bind_address;
extern int default_af_hint;