Commit 0f5c1c19 authored by Wayne Davison's avatar Wayne Davison

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

parent ab6dcad6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment