mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-05 03:29:35 +00:00
BUILD: listener: include proxy.h from listener.c
Many proxy functions are called there but the include was missing and inherited via cfgparse.h.
This commit is contained in:
parent
c5396bd673
commit
5958c43271
@ -28,8 +28,8 @@
|
||||
#include <haproxy/list.h>
|
||||
#include <haproxy/listener.h>
|
||||
#include <haproxy/log.h>
|
||||
#include <haproxy/protocol-t.h>
|
||||
#include <haproxy/protocol.h>
|
||||
#include <haproxy/proxy.h>
|
||||
#include <haproxy/sample.h>
|
||||
#include <haproxy/stream.h>
|
||||
#include <haproxy/task.h>
|
||||
|
Loading…
Reference in New Issue
Block a user