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:
397ad41
)
BUILD: hlua: needs to include stream-t.h
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 07:12:44 +0000
(09:12 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000
(
01:36
+0200)
It uses the SF_ERR_* error codes and currently gets them via
intermediary includes.
src/hlua_fcn.c
patch
|
blob
|
history
diff --git
a/src/hlua_fcn.c
b/src/hlua_fcn.c
index
f7120f2
..
56923f0
100644
(file)
--- a/
src/hlua_fcn.c
+++ b/
src/hlua_fcn.c
@@
-32,6
+32,7
@@
#include <haproxy/server.h>
#include <haproxy/stats.h>
#include <haproxy/stick_table.h>
+#include <haproxy/stream-t.h>
#include <haproxy/time.h>
#include <haproxy/tools.h>