From 27539409fd43cb78780d3abf081dd5ce59fa3b17 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 6 Oct 2021 09:12:44 +0200 Subject: [PATCH] BUILD: hlua: needs to include stream-t.h It uses the SF_ERR_* error codes and currently gets them via intermediary includes. --- src/hlua_fcn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hlua_fcn.c b/src/hlua_fcn.c index f7120f23f..56923f031 100644 --- a/src/hlua_fcn.c +++ b/src/hlua_fcn.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include