From: Willy Tarreau Date: Sat, 8 May 2021 11:08:34 +0000 (+0200) Subject: BUILD: server-state: include tools.h from server_state.c X-Git-Tag: v2.4-dev19~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf1ae1a4b183d61a2a9dcefe933ba549c946a360;p=thirdparty%2Fhaproxy.git BUILD: server-state: include tools.h from server_state.c Many functions from tools.h are called there without the file being included. --- diff --git a/src/server_state.c b/src/server_state.c index 72353059c4..6f42a397f4 100644 --- a/src/server_state.c +++ b/src/server_state.c @@ -27,6 +27,7 @@ #include #include #include +#include /* Update a server state using the parameters available in the params list.