BUILD: promex: service-prometheus.c needs tools.h

It calls url_decode() and memprintf() but used to inherit them through
others.
This commit is contained in:
Willy Tarreau 2021-05-08 12:58:12 +02:00
parent e16ada16d9
commit 0fd04fd620
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <haproxy/stream.h>
#include <haproxy/stream_interface.h>
#include <haproxy/task.h>
#include <haproxy/tools.h>
#include <haproxy/version.h>
/* Prometheus exporter applet states (appctx->st0) */