commit | 74f2456c4228470b1c70422136b75226d8e42e5e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 17:54:12 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | 8087cf48d14053362e8dc850ac41291b8fe82a85 | |
parent | 8db34cc9747d6cc7f9b7868e351b7ebc9c5b1992 [diff] |
BUILD: ssl_ckch: include ebpttree.h in ssl_ckch.c It's used but is only found through other includes.
diff --git a/src/ssl_ckch.c b/src/ssl_ckch.c index b9cddf2..2378ee3 100644 --- a/src/ssl_ckch.c +++ b/src/ssl_ckch.c
@@ -22,6 +22,7 @@ #include <sys/stat.h> #include <sys/types.h> +#include <import/ebpttree.h> #include <import/ebsttree.h> #include <haproxy/base64.h>