commit | 27539409fd43cb78780d3abf081dd5ce59fa3b17 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 09:12:44 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | 2c8518e0f1287c3187dc613ea2b5a296f516b60f | |
parent | 397ad4135a28661b933a96b7008cad84e5f55e41 [diff] |
BUILD: hlua: needs to include stream-t.h It uses the SF_ERR_* error codes and currently gets them via intermediary includes.
diff --git a/src/hlua_fcn.c b/src/hlua_fcn.c index f7120f2..56923f0 100644 --- 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>