mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-15 08:42:16 +02: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:
@@ -27,6 +27,7 @@
|
||||
#include <eb64tree.h>
|
||||
|
||||
#include <common/hathreads.h>
|
||||
#include <common/mini-clist.h>
|
||||
#include <common/openssl-compat.h>
|
||||
|
||||
struct pkey_info {
|
||||
|
||||
Reference in New Issue
Block a user