]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: config: cfgparse-ssl.c needs tools.h
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 10:54:42 +0000 (12:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 10:54:42 +0000 (12:54 +0200)
It calls parse_time_err() which is defined there but used to inherit it
through others.

src/cfgparse-ssl.c

index 0a90da7ad459fd387d959beb3b689d8bdba8e9c4..bf7bfc698178c71de63096ea28788a1ab659c5b8 100644 (file)
@@ -37,6 +37,7 @@
 #include <haproxy/listener.h>
 #include <haproxy/openssl-compat.h>
 #include <haproxy/ssl_sock.h>
+#include <haproxy/tools.h>
 
 
 /****************** Global Section Parsing ********************************************/