]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: mworker: include tools.h from mworker.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:58:19 +0000 (13:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:58:19 +0000 (13:58 +0200)
It needs it for memprintf() but didn't include the file.

src/mworker.c

index b69c1adcb243c261e06c95e04508bb54a15a7130..4819d16c01189b6aead931a1ecfb5c8577730b3c 100644 (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>