BUILD: mux-h1: include proxy.h from mux-h1.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)
commitadc0240147812857f75b925c554609c6417bf79a
treeb7385fdbef43de81e690a9ec3860b47e6964e6a9
parent3d6ee407e7bc2e27faea7c0d6828190f0d201852
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