mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue