BUILD: extcheck: needs to include stream-t.h

It uses the SF_ERR_* error codes and currently gets them via
intermediary includes.
This commit is contained in:
Willy Tarreau 2021-10-06 09:11:54 +02:00
parent b70596df0a
commit 397ad4135a

View 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>