mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-20 21:31:28 +02:00
BUILD: config: include tools.h in cfgparse-listen.c
Many functions defined in tools.h were called there but the file used to be inherited via others.
This commit is contained in:
parent
ca14dd5537
commit
e9dcb3cd8a
@ -31,6 +31,7 @@
|
|||||||
#include <haproxy/stats-t.h>
|
#include <haproxy/stats-t.h>
|
||||||
#include <haproxy/stick_table.h>
|
#include <haproxy/stick_table.h>
|
||||||
#include <haproxy/tcpcheck.h>
|
#include <haproxy/tcpcheck.h>
|
||||||
|
#include <haproxy/tools.h>
|
||||||
#include <haproxy/uri_auth.h>
|
#include <haproxy/uri_auth.h>
|
||||||
|
|
||||||
/* some keywords that are still being parsed using strcmp() and are not
|
/* some keywords that are still being parsed using strcmp() and are not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user