From: Willy Tarreau Date: Wed, 6 Oct 2021 15:54:12 +0000 (+0200) Subject: BUILD: ssl_ckch: include ebpttree.h in ssl_ckch.c X-Git-Tag: v2.5-dev9~96 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=74f2456c4228470b1c70422136b75226d8e42e5e;p=haproxy-2.5.git 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 #include +#include #include #include