BUILD: config: include tools.h in cfgparse-listen.c

Many functions defined in tools.h were called there but the file used
to be inherited via others.
This commit is contained in:
Willy Tarreau 2021-05-08 13:00:23 +02:00
parent ca14dd5537
commit e9dcb3cd8a

View File

@ -31,6 +31,7 @@
#include <haproxy/stats-t.h> #include <haproxy/stats-t.h>
#include <haproxy/stick_table.h> #include <haproxy/stick_table.h>
#include <haproxy/tcpcheck.h> #include <haproxy/tcpcheck.h>
#include <haproxy/tools.h>
#include <haproxy/uri_auth.h> #include <haproxy/uri_auth.h>
/* some keywords that are still being parsed using strcmp() and are not /* some keywords that are still being parsed using strcmp() and are not