mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue