From 8dd0d55efe0416141c1dc6ca747bf79020e77bc0 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 6 Mar 2020 18:43:08 +0100 Subject: [PATCH] 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. --- include/types/ssl_sock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/types/ssl_sock.h b/include/types/ssl_sock.h index 9155b6d34..c67085e1c 100644 --- a/include/types/ssl_sock.h +++ b/include/types/ssl_sock.h @@ -27,6 +27,7 @@ #include #include +#include #include struct pkey_info {