]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: mux-fcgi: include proxy.h from mux-fcgi.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:28:54 +0000 (20:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:35:39 +0000 (20:35 +0200)
proxy_capture_error() was called there without the include, which was
inherited via cfgparse.h.

src/mux_fcgi.c

index 73165c21d73b5ee92d0a0547d35e3963f9bbac8f..c997c56922aee08f6fcf6fdeea9fc4a9d873b44f 100644 (file)
@@ -25,7 +25,7 @@
 #include <haproxy/list.h>
 #include <haproxy/log.h>
 #include <haproxy/net_helper.h>
-#include <haproxy/proxy-t.h>
+#include <haproxy/proxy.h>
 #include <haproxy/regex.h>
 #include <haproxy/session-t.h>
 #include <haproxy/ssl_sock.h>