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.
This commit is contained in:
Willy Tarreau 2020-03-06 18:43:08 +01:00
parent a8561db936
commit 8dd0d55efe

View File

@ -27,6 +27,7 @@
#include <eb64tree.h>
#include <common/hathreads.h>
#include <common/mini-clist.h>
#include <common/openssl-compat.h>
struct pkey_info {