commit | 397ad4135a28661b933a96b7008cad84e5f55e41 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 09:11:54 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | 2f6958ad6de0985bceaa8095c18bd5f30a17e9f7 | |
parent | b70596df0a4e4f614d16e29e990974f51ba63e77 [diff] |
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 aa342fc..e621918 100644 --- a/src/extcheck.c +++ b/src/extcheck.c
@@ -36,6 +36,7 @@ #include <haproxy/proxy.h> #include <haproxy/server.h> #include <haproxy/signal.h> +#include <haproxy/stream-t.h> #include <haproxy/task.h> #include <haproxy/thread.h> #include <haproxy/time.h>