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.
This commit is contained in:
Willy Tarreau 2021-05-08 14:09:40 +02:00
parent 5703a38a06
commit ba6300ea62

View File

@ -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);