From: Willy Tarreau Date: Sat, 8 May 2021 11:01:23 +0000 (+0200) Subject: BUILD: htx: include tools.h in http_htx.c X-Git-Tag: v2.4-dev19~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4cbf62d48a07789bc2de18e5b7039c8ebeca7a0f;p=thirdparty%2Fhaproxy.git BUILD: htx: include tools.h in http_htx.c Several functions from tools.h are called there and it used to be inherited through others. --- diff --git a/src/http_htx.c b/src/http_htx.c index c3422d47ac..67e4298880 100644 --- a/src/http_htx.c +++ b/src/http_htx.c @@ -26,6 +26,7 @@ #include #include #include +#include struct buffer http_err_chunks[HTTP_ERR_SIZE];