From 85dded19535528f2725850d30e7da7520b637cdf Mon Sep 17 00:00:00 2001 From: Soner Tari Date: Tue, 31 Mar 2020 19:31:39 +0300 Subject: [PATCH] Include errno.h --- tests/testproxy/lp/pxyconn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testproxy/lp/pxyconn.c b/tests/testproxy/lp/pxyconn.c index 89fbcfc..d4912c2 100644 --- a/tests/testproxy/lp/pxyconn.c +++ b/tests/testproxy/lp/pxyconn.c @@ -40,6 +40,7 @@ #include #include #include +#include #include