Skip to content

Commit 380c159

Browse files
committed
input: include cfl header
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 07729df commit 380c159

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/fluent-bit/flb_input.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252

5353
#include <cmetrics/cmetrics.h>
5454
#include <monkey/mk_core.h>
55+
#include <cfl/cfl.h>
56+
5557
#include <msgpack.h>
5658
#include <inttypes.h>
5759

@@ -336,7 +338,7 @@ struct flb_input_instance {
336338
struct mk_list _head; /* link to config->inputs */
337339

338340
struct cfl_list routes_direct; /* direct routes set by API */
339-
struct mk_list routes; /* flb_router_path's list */
341+
struct cfl_list routes; /* flb_router_path's list */
340342
struct mk_list properties; /* properties / configuration */
341343
struct mk_list collectors; /* collectors */
342344

0 commit comments

Comments
 (0)