BUILD: mux-fcgi: include proxy.h from mux-fcgi.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)
commitc5396bd673018085bd9c2446b2d1a83a550b27b8
tree8b822616e69558a1c51396997795681d90639319
parentadc0240147812857f75b925c554609c6417bf79a
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