mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 14:49:45 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue