From: Willy Tarreau Date: Sat, 8 May 2021 11:58:19 +0000 (+0200) Subject: BUILD: mworker: include tools.h from mworker.c X-Git-Tag: v2.4-dev19~48 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=745e98ce79a27781b4003c857bd7f804e0bd5cf6;p=haproxy.git 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 b69c1adcb..4819d16c0 100644 --- a/src/mworker.c +++ b/src/mworker.c @@ -37,6 +37,7 @@ #include #include #include +#include #include