projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa6f1a
)
BUILD: fcgi-app: include proxy.h in fcgi-app.c
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 18:23:18 +0000
(20:23 +0200)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/src/fcgi-app.c
b/src/fcgi-app.c
index
6dca3ec
..
f33650f
100644
(file)
--- 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>