From: Willy Tarreau Date: Fri, 6 Mar 2020 17:43:08 +0000 (+0100) Subject: BUILD: ssl: include mini-clist.h X-Git-Tag: v2.2-dev4~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8dd0d55efe0416141c1dc6ca747bf79020e77bc0;p=thirdparty%2Fhaproxy.git BUILD: ssl: include mini-clist.h We use some list definitions and we don't include this header which is in fact accidently inherited from others, causing a circular dependency issue. --- diff --git a/include/types/ssl_sock.h b/include/types/ssl_sock.h index 9155b6d344..c67085e1c2 100644 --- a/include/types/ssl_sock.h +++ b/include/types/ssl_sock.h @@ -27,6 +27,7 @@ #include #include +#include #include struct pkey_info {