Need to include netinet/tcp.h to get TCP_NODELAY defined.

This commit is contained in:
Wayne Davison
2006-10-31 19:21:57 +00:00
parent ab6dcad61c
commit 0f5c1c193a

View File

@@ -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;