]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: ssl_ckch: include ebpttree.h in ssl_ckch.c
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 15:54:12 +0000 (17:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
It's used but is only found through other includes.

src/ssl_ckch.c

index b9cddf20d7a8a856e0ef17ad9a4f410c1ccbba48..2378ee349f2947adac5cdd629455f5cb400e6632 100644 (file)
@@ -22,6 +22,7 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#include <import/ebpttree.h>
 #include <import/ebsttree.h>
 
 #include <haproxy/base64.h>