From cc81ecac4473be8d675f24542026e8d86d012f36 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 12:54:42 +0200 Subject: [PATCH] BUILD: config: cfgparse-ssl.c needs tools.h It calls parse_time_err() which is defined there but used to inherit it through others. --- src/cfgparse-ssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cfgparse-ssl.c b/src/cfgparse-ssl.c index 0a90da7ad..bf7bfc698 100644 --- a/src/cfgparse-ssl.c +++ b/src/cfgparse-ssl.c @@ -37,6 +37,7 @@ #include #include #include +#include /****************** Global Section Parsing ********************************************/