]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: cfgparse-ssl: add missing errors.h
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 17:00:49 +0000 (19:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
ha_warning(), ha_alert() and friends are in errors.h and it used
to be inherited via other files.

src/cfgparse-ssl.c

index 09bcc64f728d6f3b6b15773b64609cb95317d956..cebab3739bd286bd7a4e448268041d1c4676d2f7 100644 (file)
@@ -34,6 +34,7 @@
 #include <haproxy/api.h>
 #include <haproxy/base64.h>
 #include <haproxy/cfgparse.h>
+#include <haproxy/errors.h>
 #include <haproxy/listener.h>
 #include <haproxy/openssl-compat.h>
 #include <haproxy/ssl_sock.h>