mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-17 17:04:35 +00:00
BUILD: proxy: Missing header inclusion for quic_transport_params_init()
Since this commit:
144289b45
("REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer")
as quic_transport_params_init() has been moved from cfgparse.c to proxy.c this
latter source file must include xprt_quic.h header.
Should fix #1153 issue.
This commit is contained in:
parent
68a088d851
commit
f57c64fc06
@ -47,6 +47,7 @@
|
||||
#include <haproxy/task.h>
|
||||
#include <haproxy/tcpcheck.h>
|
||||
#include <haproxy/time.h>
|
||||
#include <haproxy/xprt_quic.h>
|
||||
|
||||
|
||||
int listeners; /* # of proxy listeners, set by cfgparse */
|
||||
|
Loading…
Reference in New Issue
Block a user