From: Willy Tarreau Date: Sat, 8 May 2021 10:56:20 +0000 (+0200) Subject: BUILD: wurfl: wurfl.c needs tools.h X-Git-Tag: v2.4-dev19~64 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=2bd86284e6cddc8c1eb5dbe83fd6f3430b987fb5;p=haproxy.git BUILD: wurfl: wurfl.c needs tools.h It calls memprintf() which is defined there but used to inherit it through others. --- diff --git a/addons/wurfl/wurfl.c b/addons/wurfl/wurfl.c index e9780e478..4df647390 100644 --- a/addons/wurfl/wurfl.c +++ b/addons/wurfl/wurfl.c @@ -1,6 +1,9 @@ #include #include +#include +#include + #include #include #include @@ -13,8 +16,7 @@ #include #include #include -#include -#include +#include #include