From: Willy Tarreau Date: Wed, 6 Oct 2021 07:11:54 +0000 (+0200) Subject: BUILD: extcheck: needs to include stream-t.h X-Git-Tag: v2.5-dev9~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397ad4135a28661b933a96b7008cad84e5f55e41;p=thirdparty%2Fhaproxy.git BUILD: extcheck: needs to include stream-t.h It uses the SF_ERR_* error codes and currently gets them via intermediary includes. --- diff --git a/src/extcheck.c b/src/extcheck.c index aa342fc840..e621918a8d 100644 --- a/src/extcheck.c +++ b/src/extcheck.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include