commit | 8dd0d55efe0416141c1dc6ca747bf79020e77bc0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 06 18:43:08 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Mar 07 06:07:18 2020 +0100 |
tree | 9fa295d31e7e730d831acd76be4b427da827f211 | |
parent | a8561db936e6339e1d6d2a8de4c9ac033cd56310 [diff] |
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 9155b6d..c67085e 100644 --- a/include/types/ssl_sock.h +++ b/include/types/ssl_sock.h
@@ -27,6 +27,7 @@ #include <eb64tree.h> #include <common/hathreads.h> +#include <common/mini-clist.h> #include <common/openssl-compat.h> struct pkey_info {