From: Bastian Dehn Date: Sun, 17 Mar 2024 10:37:02 +0000 (+0100) Subject: add include header for cmocka X-Git-Tag: v1.0.0^2~73^2~19 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=63ab109d95830469698ccb960ff5fc344faf1d76;p=sane-kds-s2000w-net.git add include header for cmocka --- 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"