BUILD: mworker: include tools.h from mworker.c

It needs it for memprintf() but didn't include the file.
This commit is contained in:
Willy Tarreau 2021-05-08 13:58:19 +02:00
parent c624da06c6
commit 745e98ce79

View File

@ -37,6 +37,7 @@
#include <haproxy/signal.h>
#include <haproxy/stream.h>
#include <haproxy/stream_interface.h>
#include <haproxy/tools.h>
#include <haproxy/version.h>