mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
BUILD: payload: include tools.h in payload.c
It needs it for memprintf() but used to inherit it via other include files.
This commit is contained in:
parent
9f9e9fc20c
commit
485261beab
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
#include <haproxy/pattern.h>
|
||||
#include <haproxy/payload.h>
|
||||
#include <haproxy/sample.h>
|
||||
#include <haproxy/tools.h>
|
||||
|
||||
|
||||
/************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in a new issue