Skip to content

Commit

Permalink
custom_calyptia: tests: Add missing headers
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Dec 5, 2024
1 parent 80220bc commit ee2424d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/runtime/custom_calyptia_input_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <fluent-bit/flb_mem.h>
#include <fluent-bit/flb_str.h>
#include <fluent-bit/flb_utils.h>
#include <fluent-bit/flb_input.h>
#include "flb_tests_runtime.h"
#include "../../plugins/custom_calyptia/calyptia.h"

Expand Down
1 change: 1 addition & 0 deletions tests/runtime/custom_calyptia_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <fluent-bit.h>
#include <fluent-bit/flb_scheduler.h>
#include <fluent-bit/flb_input.h>
#include <fluent-bit/flb_custom.h>
#include "flb_tests_runtime.h"

Expand Down

0 comments on commit ee2424d

Please sign in to comment.