commit | ba6300ea6207c9bcf37d712ebeb453fb295c20d8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 14:09:40 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 19:37:41 2021 +0200 |
tree | 37634a7831c09c29e14af90b5dc6e658635f8690 | |
parent | 5703a38a0656ecccca6ab6eff155c94b4da4b5f2 [diff] |
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 75977d8..fc78889 100644 --- a/src/server.c +++ b/src/server.c
@@ -44,6 +44,7 @@ #include <haproxy/task.h> #include <haproxy/tcpcheck.h> #include <haproxy/time.h> +#include <haproxy/tools.h> static void srv_update_status(struct server *s);