From 36c59ff375ea2399961df54403676e8e8457f4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 22 Nov 2015 02:12:52 +0100 Subject: Enable TCP_NODELAY --- common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common.c') diff --git a/common.c b/common.c index 43e53b9..da937a1 100644 --- a/common.c +++ b/common.c @@ -33,6 +33,7 @@ #include #include #include +#include /// Shorthand to set an error and return failure from the function #define FAIL(...) \ -- cgit v1.2.3