]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: proxy: include tools.h in proxy.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:02:07 +0000 (13:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:02:07 +0000 (13:02 +0200)
Many functions are used from tools.h but the file wasn't included and
was inherited through others.

src/proxy.c

index 44236867097bed4a3a6ef40d6291bc6d8d30cfc0..ce60df0bd2d87fa49978835e7c17034eddaa6552 100644 (file)
@@ -48,6 +48,7 @@
 #include <haproxy/task.h>
 #include <haproxy/tcpcheck.h>
 #include <haproxy/time.h>
+#include <haproxy/tools.h>
 #include <haproxy/xprt_quic.h>