We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b14aa commit d87ec0dCopy full SHA for d87ec0d
tests/internal/CMakeLists.txt
@@ -24,6 +24,7 @@ set(UNIT_TESTS_FILES
24
random.c
25
config_map.c
26
mp.c
27
+ mp_chunk_cobj.c
28
input_chunk.c
29
flb_time.c
30
file.c
tests/internal/log_event_decoder.c
@@ -21,6 +21,7 @@
21
#include <fluent-bit/flb_time.h>
22
#include <fluent-bit/flb_pack.h>
23
#include <fluent-bit/flb_log_event_decoder.h>
+#include <fluent-bit/flb_log_event_encoder.h>
#include <msgpack.h>
#include <string.h>
0 commit comments