commit | 745e98ce79a27781b4003c857bd7f804e0bd5cf6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 13:58:19 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 13:58:19 2021 +0200 |
tree | 34193626913c2ab6d61776b9ffa111aebd7539e9 | |
parent | c624da06c6984f6fbead058e264c2b47f6a74d7e [diff] |
BUILD: mworker: include tools.h from mworker.c It needs it for memprintf() but didn't include the file.
diff --git a/src/mworker.c b/src/mworker.c index b69c1ad..4819d16 100644 --- a/src/mworker.c +++ b/src/mworker.c
@@ -37,6 +37,7 @@ #include <haproxy/signal.h> #include <haproxy/stream.h> #include <haproxy/stream_interface.h> +#include <haproxy/tools.h> #include <haproxy/version.h>