From: Willy Tarreau Date: Wed, 16 Sep 2020 20:15:40 +0000 (+0200) Subject: BUILD: sock_unix: add missing errno.h X-Git-Tag: v2.3-dev5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8cfe672310c3beb697da77bb6328de144b3704;p=thirdparty%2Fhaproxy.git BUILD: sock_unix: add missing errno.h It builds fine when openssl is enabled, but fails otherwise. No backport is needed. --- diff --git a/src/sock_unix.c b/src/sock_unix.c index 8bdfed9be8..cf3e49cb50 100644 --- a/src/sock_unix.c +++ b/src/sock_unix.c @@ -10,8 +10,9 @@ * */ -#include #include +#include +#include #include #include