From: Willy Tarreau Date: Sat, 8 May 2021 11:00:23 +0000 (+0200) Subject: BUILD: config: include tools.h in cfgparse-listen.c X-Git-Tag: v2.4-dev19~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9dcb3cd8a55319742b0ed7c7df9d075e7e808b3;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/src/cfgparse-listen.c b/src/cfgparse-listen.c index d5df78c516..5b494337df 100644 --- a/src/cfgparse-listen.c +++ b/src/cfgparse-listen.c @@ -31,6 +31,7 @@ #include #include #include +#include #include /* some keywords that are still being parsed using strcmp() and are not