projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8561db
)
BUILD: ssl: include mini-clist.h
author
Willy Tarreau
<w@1wt.eu>
Fri, 6 Mar 2020 17:43:08 +0000
(18:43 +0100)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 7 Mar 2020 05:07:18 +0000
(06:07 +0100)
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
patch
|
blob
|
history
diff --git
a/include/types/ssl_sock.h
b/include/types/ssl_sock.h
index
9155b6d
..
c67085e
100644
(file)
--- 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 {