From 03f839d0ea6e5c7d8988e067369edfcc7236e277 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 20:23:18 +0200 Subject: [PATCH] BUILD: fcgi-app: include proxy.h in fcgi-app.c It's needed for proxies_list and used to be inherited via cfgparse.h. --- src/fcgi-app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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