From: Willy Tarreau Date: Sat, 8 May 2021 10:54:42 +0000 (+0200) Subject: BUILD: config: cfgparse-ssl.c needs tools.h X-Git-Tag: v2.4-dev19~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc81ecac4473be8d675f24542026e8d86d012f36;p=thirdparty%2Fhaproxy.git BUILD: config: cfgparse-ssl.c needs tools.h It calls parse_time_err() which is defined there but used to inherit it through others. --- diff --git a/src/cfgparse-ssl.c b/src/cfgparse-ssl.c index 0a90da7ad4..bf7bfc6981 100644 --- a/src/cfgparse-ssl.c +++ b/src/cfgparse-ssl.c @@ -37,6 +37,7 @@ #include #include #include +#include /****************** Global Section Parsing ********************************************/