commit | 4bad5e2080cdec54514858461024da5c5a502f60 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 13:05:30 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 13:05:30 2021 +0200 |
tree | 16d5d7ab7b336ed51ae5cdb378b88dc5a6f1f0ad | |
parent | ce6700aec54f7a786d869c1edfe6c19ef0eb0c1d [diff] |
BUILD: sink: include tools.h in sink.c Several functions from tools.h are used in sink.c without tools.h being included.
diff --git a/src/sink.c b/src/sink.c index 159c236..78091aa 100644 --- a/src/sink.c +++ b/src/sink.c
@@ -30,6 +30,7 @@ #include <haproxy/sink.h> #include <haproxy/stream_interface.h> #include <haproxy/time.h> +#include <haproxy/tools.h> struct list sink_list = LIST_HEAD_INIT(sink_list);