From 51433a632081424af069fd49dd929bb19537207b Mon Sep 17 00:00:00 2001 From: Patrick Stephens Date: Thu, 5 Dec 2024 12:42:24 +0000 Subject: [PATCH] tests: add missing header Signed-off-by: Patrick Stephens --- tests/runtime/custom_calyptia_input_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/runtime/custom_calyptia_input_test.c b/tests/runtime/custom_calyptia_input_test.c index 1b6f0de463c..9bf27d22368 100644 --- a/tests/runtime/custom_calyptia_input_test.c +++ b/tests/runtime/custom_calyptia_input_test.c @@ -7,6 +7,7 @@ #include #include #include +#include #include "flb_tests_runtime.h" #include "../../plugins/custom_calyptia/calyptia.h"