From c5396bd673018085bd9c2446b2d1a83a550b27b8 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 20:28:54 +0200 Subject: [PATCH] BUILD: mux-fcgi: include proxy.h from mux-fcgi.c proxy_capture_error() was called there without the include, which was inherited via cfgparse.h. --- src/mux_fcgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mux_fcgi.c b/src/mux_fcgi.c index 73165c21d..c997c5692 100644 --- a/src/mux_fcgi.c +++ b/src/mux_fcgi.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include