From: Willy Tarreau Date: Sat, 8 May 2021 18:28:54 +0000 (+0200) Subject: BUILD: mux-fcgi: include proxy.h from mux-fcgi.c X-Git-Tag: v2.4-dev19~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5396bd673018085bd9c2446b2d1a83a550b27b8;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/src/mux_fcgi.c b/src/mux_fcgi.c index 73165c21d7..c997c56922 100644 --- a/src/mux_fcgi.c +++ b/src/mux_fcgi.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include