]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: fcgi-app: include proxy.h in fcgi-app.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:23:18 +0000 (20:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:24:09 +0000 (20:24 +0200)
It's needed for proxies_list and used to be inherited via cfgparse.h.

src/fcgi-app.c

index 6dca3ecfffb32303f078b217c2042369761e2af9..f33650fc0ebc048e39b4abd91e426dca695bcebf 100644 (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>