mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-24 19:33:38 -04:00
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:
parent
a8561db936
commit
8dd0d55efe
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include <eb64tree.h>
|
||||
|
||||
#include <common/hathreads.h>
|
||||
#include <common/mini-clist.h>
|
||||
#include <common/openssl-compat.h>
|
||||
|
||||
struct pkey_info {
|
||||
|
|
|
|||
Loading…
Reference in a new issue