mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-10 06:13:20 -05:00
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:
parent
5703a38a06
commit
ba6300ea62
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue