]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: extcheck: needs to include stream-t.h
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 07:11:54 +0000 (09:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
It uses the SF_ERR_* error codes and currently gets them via
intermediary includes.

src/extcheck.c

index aa342fc8403894524808bfca9650dad4a3062274..e621918a8d556dd6367eb5f0f1fc56b2d5b93232 100644 (file)
@@ -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>