mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-03 05:40:24 -05: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:
parent
e9dcb3cd8a
commit
4cbf62d48a
1 changed files with 1 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue