mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-11 14:53:05 -05: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue