From adc0240147812857f75b925c554609c6417bf79a Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 20:28:54 +0200 Subject: [PATCH] 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. --- src/mux_h1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mux_h1.c b/src/mux_h1.c index 5c6666091..af0247896 100644 --- a/src/mux_h1.c +++ b/src/mux_h1.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include