From: Willy Tarreau Date: Sat, 8 May 2021 18:28:54 +0000 (+0200) Subject: BUILD: mux-h1: include proxy.h from mux-h1.c X-Git-Tag: v2.4-dev19~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=adc0240147812857f75b925c554609c6417bf79a;p=thirdparty%2Fhaproxy.git BUILD: mux-h1: include proxy.h from mux-h1.c proxy_capture_error() was called there without the include, which was inherited via cfgparse.h. --- diff --git a/src/mux_h1.c b/src/mux_h1.c index 5c66660918..af0247896a 100644 --- a/src/mux_h1.c +++ b/src/mux_h1.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include