BUILD: config: cfgparse-ssl.c needs tools.h
It calls parse_time_err() which is defined there but used to inherit it through others.
This commit is contained in:
parent
cb72b7e028
commit
cc81ecac44
|
@ -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 ********************************************/
|
||||
|
|
Loading…
Reference in New Issue