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://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=e684483ec57badb4a6ad9c4ea48d17d2494839c9;p=haproxy.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 442368670..ce60df0bd 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -48,6 +48,7 @@ #include #include #include +#include #include