From e684483ec57badb4a6ad9c4ea48d17d2494839c9 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 13:02:07 +0200 Subject: [PATCH] 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. --- src/proxy.c | 1 + 1 file changed, 1 insertion(+) 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