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://git.ipfire.org/?a=commitdiff_plain;h=2bd86284e6cddc8c1eb5dbe83fd6f3430b987fb5;p=thirdparty%2Fhaproxy.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 e9780e4787..4df6473902 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