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:
parent
e16ada16d9
commit
0fd04fd620
|
@ -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) */
|
||||
|
|
Loading…
Reference in New Issue