]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: htx: include tools.h in http_htx.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:01:23 +0000 (13:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:01:23 +0000 (13:01 +0200)
Several functions from tools.h are called there and it used to be
inherited through others.

src/http_htx.c

index c3422d47acf81c609f91a42b520c538edaab7a7f..67e4298880e39e6820ca0ea4e9150ad150006443 100644 (file)
@@ -26,6 +26,7 @@
 #include <haproxy/log.h>
 #include <haproxy/regex.h>
 #include <haproxy/sample.h>
+#include <haproxy/tools.h>
 
 
 struct buffer http_err_chunks[HTTP_ERR_SIZE];