]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: server: include tools.h from server.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 12:09:40 +0000 (14:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 17:37:41 +0000 (19:37 +0200)
A lot of functions from tools.h are used there but the file was only
inherited via other ones.

src/server.c

index 75977d8c77e7ec8befc55bc54a3d9a934d422ac6..fc78889dc2bfbc0067923ee1c424d0498255d35b 100644 (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);