]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: mux-h1: include proxy.h from mux-h1.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:28:54 +0000 (20:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:35:39 +0000 (20:35 +0200)
proxy_capture_error() was called there without the include, which was
inherited via cfgparse.h.

src/mux_h1.c

index 5c66660918ef9e571beaec5fc493045d3d32cd64..af0247896a52f6f97c230fc44f771d8cdd89a2da 100644 (file)
@@ -22,7 +22,7 @@
 #include <haproxy/istbuf.h>
 #include <haproxy/log.h>
 #include <haproxy/pipe-t.h>
-#include <haproxy/proxy-t.h>
+#include <haproxy/proxy.h>
 #include <haproxy/session-t.h>
 #include <haproxy/stream.h>
 #include <haproxy/stream_interface.h>