From: Willy Tarreau Date: Thu, 17 Sep 2020 12:02:01 +0000 (+0200) Subject: BUILD: sock_inet: include errno.h X-Git-Tag: v2.3-dev5~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2cda10b1d8db89669fd8b61d6e41ad91a61126e;p=thirdparty%2Fhaproxy.git BUILD: sock_inet: include errno.h I was careful to have it for sock_unix.c but missed it for sock_inet which broke with commit 36722d227 ("MINOR: sock_inet: report the errno string in binding errors") depending on the build options. No backport is needed. --- diff --git a/src/sock_inet.c b/src/sock_inet.c index 3b7b0feff4..7a87fbea83 100644 --- a/src/sock_inet.c +++ b/src/sock_inet.c @@ -10,6 +10,7 @@ * */ +#include #include #include #include