mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-01 09:42:02 +00:00
BUILD: tcp_sample: include missing errors.h and session-t.h
Both are used without being defined as they were inherited from other files.
This commit is contained in:
parent
0d1dd0e894
commit
6cd007d078
@ -33,11 +33,13 @@
|
||||
#include <haproxy/api.h>
|
||||
#include <haproxy/arg.h>
|
||||
#include <haproxy/connection.h>
|
||||
#include <haproxy/errors.h>
|
||||
#include <haproxy/global.h>
|
||||
#include <haproxy/listener-t.h>
|
||||
#include <haproxy/namespace.h>
|
||||
#include <haproxy/proxy-t.h>
|
||||
#include <haproxy/sample.h>
|
||||
#include <haproxy/session-t.h>
|
||||
#include <haproxy/tools.h>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user