mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
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:
parent
908908ef2a
commit
bf1ae1a4b1
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue