From: Willy Tarreau Date: Sat, 8 May 2021 18:23:18 +0000 (+0200) Subject: BUILD: fcgi-app: include proxy.h in fcgi-app.c X-Git-Tag: v2.4-dev19~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03f839d0ea6e5c7d8988e067369edfcc7236e277;p=thirdparty%2Fhaproxy.git BUILD: fcgi-app: include proxy.h in fcgi-app.c It's needed for proxies_list and used to be inherited via cfgparse.h. --- diff --git a/src/fcgi-app.c b/src/fcgi-app.c index 6dca3ecfff..f33650fc0e 100644 --- a/src/fcgi-app.c +++ b/src/fcgi-app.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include