commit | 485261beabed5dcc7f0cb9ea55b1529e6a3ec8ef | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 13:55:40 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 13:55:40 2021 +0200 |
tree | a618737e0ea4e0c900d5b755c6bafb9623c7c0b3 | |
parent | 9f9e9fc20c20481fa9cf496066ee00130d09a440 [diff] |
BUILD: payload: include tools.h in payload.c It needs it for memprintf() but used to inherit it via other include files.
diff --git a/src/payload.c b/src/payload.c index 32e5456..7dd08c8 100644 --- a/src/payload.c +++ b/src/payload.c
@@ -23,6 +23,7 @@ #include <haproxy/pattern.h> #include <haproxy/payload.h> #include <haproxy/sample.h> +#include <haproxy/tools.h> /************************************************************************/