commit | 03f839d0ea6e5c7d8988e067369edfcc7236e277 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 20:23:18 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:24:09 2021 +0200 |
tree | 7058c2fdb68545a0da20d693d210818a0959f709 | |
parent | daa6f1a33d1ff357a6e3929caa43ddcce58a695e [diff] |
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 6dca3ec..f33650f 100644 --- a/src/fcgi-app.c +++ b/src/fcgi-app.c
@@ -20,7 +20,7 @@ #include <haproxy/http_fetch.h> #include <haproxy/http_htx.h> #include <haproxy/log.h> -#include <haproxy/proxy-t.h> +#include <haproxy/proxy.h> #include <haproxy/regex.h> #include <haproxy/sample.h> #include <haproxy/server-t.h>