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 09bcc64..cebab37 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>