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.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=bf1ae1a4b183d61a2a9dcefe933ba549c946a360;p=haproxy.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 72353059c..6f42a397f 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.