BUILD: ssl_ckch: include ebpttree.h in ssl_ckch.c

It's used but is only found through other includes.
This commit is contained in:
Willy Tarreau 2021-10-06 17:54:12 +02:00
parent 8db34cc974
commit 74f2456c42

View 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>