From: Willy Tarreau Date: Sat, 8 May 2021 10:58:12 +0000 (+0200) Subject: BUILD: promex: service-prometheus.c needs tools.h X-Git-Tag: v2.4-dev19~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd04fd62036cbab70f70d3b11474525b96fc12c;p=thirdparty%2Fhaproxy.git BUILD: promex: service-prometheus.c needs tools.h It calls url_decode() and memprintf() but used to inherit them through others. --- diff --git a/addons/promex/service-prometheus.c b/addons/promex/service-prometheus.c index ee7c38f768..6a42a47c30 100644 --- a/addons/promex/service-prometheus.c +++ b/addons/promex/service-prometheus.c @@ -34,6 +34,7 @@ #include #include #include +#include #include /* Prometheus exporter applet states (appctx->st0) */