mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
BUILD: sink: include tools.h in sink.c
Several functions from tools.h are used in sink.c without tools.h being included.
This commit is contained in:
parent
ce6700aec5
commit
4bad5e2080
@ -30,6 +30,7 @@
|
|||||||
#include <haproxy/sink.h>
|
#include <haproxy/sink.h>
|
||||||
#include <haproxy/stream_interface.h>
|
#include <haproxy/stream_interface.h>
|
||||||
#include <haproxy/time.h>
|
#include <haproxy/time.h>
|
||||||
|
#include <haproxy/tools.h>
|
||||||
|
|
||||||
struct list sink_list = LIST_HEAD_INIT(sink_list);
|
struct list sink_list = LIST_HEAD_INIT(sink_list);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user