projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d1dd0e
)
BUILD: tcp_sample: include missing errors.h and session-t.h
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 17:01:21 +0000
(19:01 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000
(
01:36
+0200)
Both are used without being defined as they were inherited from other
files.
src/tcp_sample.c
patch
|
blob
|
history
diff --git
a/src/tcp_sample.c
b/src/tcp_sample.c
index
8242fa4
..
0ea7d79
100644
(file)
--- a/
src/tcp_sample.c
+++ b/
src/tcp_sample.c
@@
-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>