]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: comp: include proxy.h from flt_http_comp.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:34:16 +0000 (20:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:35:39 +0000 (20:35 +0200)
It's used for proxy_type_str() but the header was missing.

src/flt_http_comp.c

index c212b9c4640d37e7af036e36050e6ce40338273e..b6aeb2b25bed8131e9d139fc4fb16d6e8bcdd6ed 100644 (file)
@@ -20,7 +20,7 @@
 #include <haproxy/http_htx.h>
 #include <haproxy/htx.h>
 #include <haproxy/list.h>
-#include <haproxy/proxy-t.h>
+#include <haproxy/proxy.h>
 #include <haproxy/sample.h>
 #include <haproxy/stream.h>
 #include <haproxy/tools.h>