mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
BUILD: mux-h1: include proxy.h from mux-h1.c
proxy_capture_error() was called there without the include, which was inherited via cfgparse.h.
This commit is contained in:
parent
3d6ee407e7
commit
adc0240147
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user