From 63ab109d95830469698ccb960ff5fc344faf1d76 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 17 Mar 2024 11:37:02 +0100 Subject: [PATCH] add include header for cmocka --- tests/runtests.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/runtests.c b/tests/runtests.c index 935c55c..40ad115 100644 --- a/tests/runtests.c +++ b/tests/runtests.c @@ -1,3 +1,9 @@ +#include +#include +#include +#include +#include + #include #include #include "kds_s2000w_net_read_tests.h" -- 2.39.5