aboutsummaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-11-22 02:12:52 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-11-22 02:12:52 +0100
commit36c59ff375ea2399961df54403676e8e8457f4b6 (patch)
tree61d1a56dcd12107036d45fb3ca90d2968fa14558 /common.c
parent71f3532e04e5c76327363a3fd36b506f54e5043d (diff)
downloadxK-36c59ff375ea2399961df54403676e8e8457f4b6.tar.gz
xK-36c59ff375ea2399961df54403676e8e8457f4b6.tar.xz
xK-36c59ff375ea2399961df54403676e8e8457f4b6.zip
Enable TCP_NODELAY
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.c b/common.c
index 43e53b9..da937a1 100644
--- a/common.c
+++ b/common.c
@@ -33,6 +33,7 @@
#include <setjmp.h>
#include <inttypes.h>
#include <arpa/inet.h>
+#include <netinet/tcp.h>
/// Shorthand to set an error and return failure from the function
#define FAIL(...) \