From: Willy Tarreau Date: Sat, 8 May 2021 11:02:07 +0000 (+0200) Subject: BUILD: proxy: include tools.h in proxy.c X-Git-Tag: v2.4-dev19~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e684483ec57badb4a6ad9c4ea48d17d2494839c9;p=thirdparty%2Fhaproxy.git BUILD: proxy: include tools.h in proxy.c Many functions are used from tools.h but the file wasn't included and was inherited through others. --- diff --git a/src/proxy.c b/src/proxy.c index 4423686709..ce60df0bd2 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -48,6 +48,7 @@ #include #include #include +#include #include