]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: proxy: Missing header inclusion for quic_transport_params_init()
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 18 Feb 2021 15:35:43 +0000 (16:35 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 2 Mar 2021 08:45:49 +0000 (09:45 +0100)
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.

src/proxy.c

index de66140ecc102107f50bf7c3728a2c04e14f874a..745d6ee45d59fa35a2c30edc164b63634e05b4c8 100644 (file)
@@ -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 */