mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-06 18:13:37 +02:00
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.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user