From 906d961168a7b7e4213979705b02ef7488dd7068 Mon Sep 17 00:00:00 2001 From: Soner Tari Date: Mon, 4 May 2020 00:04:26 +0300 Subject: [PATCH] Fix travis issue due to errno errno and EMFILE are provided by , but we need log.h anyway, which includes logger.h, and which includes in turn. --- tests/testproxy/lp/prototcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testproxy/lp/prototcp.c b/tests/testproxy/lp/prototcp.c index 437dcc7..73eb00f 100644 --- a/tests/testproxy/lp/prototcp.c +++ b/tests/testproxy/lp/prototcp.c @@ -29,6 +29,7 @@ #include "prototcp.h" #include "sys.h" +#include "log.h" #include #include