From 4cbf62d48a07789bc2de18e5b7039c8ebeca7a0f Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 13:01:23 +0200 Subject: [PATCH] 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. --- src/http_htx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/http_htx.c b/src/http_htx.c index c3422d47a..67e429888 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];