]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: config: include tools.h in cfgparse-listen.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:00:23 +0000 (13:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:00:23 +0000 (13:00 +0200)
Many functions defined in tools.h were called there but the file used
to be inherited via others.

src/cfgparse-listen.c

index d5df78c516ea87a568d09f2531b80da11863bbd5..5b494337dfc26553621ba8d89e3a6975943f0499 100644 (file)
@@ -31,6 +31,7 @@
 #include <haproxy/stats-t.h>
 #include <haproxy/stick_table.h>
 #include <haproxy/tcpcheck.h>
+#include <haproxy/tools.h>
 #include <haproxy/uri_auth.h>
 
 /* some keywords that are still being parsed using strcmp() and are not