BUILD: server-state: include tools.h from server_state.c

Many functions from tools.h are called there without the file being
included.
This commit is contained in:
Willy Tarreau 2021-05-08 13:08:34 +02:00
parent 908908ef2a
commit bf1ae1a4b1

View File

@ -27,6 +27,7 @@
#include <haproxy/resolvers.h>
#include <haproxy/server.h>
#include <haproxy/ssl_sock.h>
#include <haproxy/tools.h>
/* Update a server state using the parameters available in the params list.