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:
Willy Tarreau 2021-05-08 13:55:40 +02:00
parent 9f9e9fc20c
commit 485261beab

View File

@ -23,6 +23,7 @@
#include <haproxy/pattern.h>
#include <haproxy/payload.h>
#include <haproxy/sample.h>
#include <haproxy/tools.h>
/************************************************************************/