]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
add include header for cmocka
authorBastian Dehn <hhaalo@arcor.de>
Sun, 17 Mar 2024 10:37:02 +0000 (11:37 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 17 Mar 2024 10:37:02 +0000 (11:37 +0100)
tests/runtests.c

index 935c55c625cbdafbea01b45ea0458a498ecb9de0..40ad115fa051bae185f2d62cdc6910a877f8de78 100644 (file)
@@ -1,3 +1,9 @@
+#include <stdarg.h>
+#include <stddef.h>
+#include <stdint.h>
+#include <setjmp.h>
+#include <cmocka.h>
+
 #include <check.h>
 #include <unistd.h>
 #include "kds_s2000w_net_read_tests.h"