BUILD: fcgi-app: include proxy.h in fcgi-app.c

It's needed for proxies_list and used to be inherited via cfgparse.h.
This commit is contained in:
Willy Tarreau 2021-05-08 20:23:18 +02:00
parent daa6f1a33d
commit 03f839d0ea
1 changed files with 1 additions and 1 deletions

View File

@ -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>