From: Willy Tarreau Date: Wed, 6 Oct 2021 17:00:49 +0000 (+0200) Subject: BUILD: cfgparse-ssl: add missing errors.h X-Git-Tag: v2.5-dev9~91 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=0d1dd0e89474037720b356852e38087135a7b469;p=haproxy.git BUILD: cfgparse-ssl: add missing errors.h ha_warning(), ha_alert() and friends are in errors.h and it used to be inherited via other files. --- diff --git a/src/cfgparse-ssl.c b/src/cfgparse-ssl.c index 09bcc64f7..cebab3739 100644 --- a/src/cfgparse-ssl.c +++ b/src/cfgparse-ssl.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include