From: Willy Tarreau Date: Wed, 6 Oct 2021 07:12:44 +0000 (+0200) Subject: BUILD: hlua: needs to include stream-t.h X-Git-Tag: v2.5-dev9~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27539409fd43cb78780d3abf081dd5ce59fa3b17;p=thirdparty%2Fhaproxy.git 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 f7120f23fa..56923f0313 100644 --- a/src/hlua_fcn.c +++ b/src/hlua_fcn.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include