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:
Willy Tarreau 2021-05-08 12:54:42 +02:00
parent cb72b7e028
commit cc81ecac44
1 changed files with 1 additions and 0 deletions

View 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 ********************************************/