From: Willy Tarreau Date: Sat, 8 May 2021 12:09:40 +0000 (+0200) Subject: BUILD: server: include tools.h from server.c X-Git-Tag: v2.4-dev19~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba6300ea6207c9bcf37d712ebeb453fb295c20d8;p=thirdparty%2Fhaproxy.git BUILD: server: include tools.h from server.c A lot of functions from tools.h are used there but the file was only inherited via other ones. --- diff --git a/src/server.c b/src/server.c index 75977d8c77..fc78889dc2 100644 --- a/src/server.c +++ b/src/server.c @@ -44,6 +44,7 @@ #include #include #include +#include static void srv_update_status(struct server *s);