]> Kevux Git Server - fll/commitdiff
Bugfix: Should include <stdio.h> when using printf() in the tests.
authorKevin Day <thekevinday@gmail.com>
Mon, 25 Apr 2022 00:49:46 +0000 (19:49 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 25 Apr 2022 01:59:38 +0000 (20:59 -0500)
level_0/f_capability/tests/unit/c/test-capability.h

index 6278aea8ea8d2e3704b9799f3ede911889d5066a..100cccf5f64c5eb0df547b88f5c5a2b2062762b8 100644 (file)
@@ -15,6 +15,7 @@
 #include <stddef.h>
 #include <setjmp.h>
 #include <stdint.h>
+#include <stdio.h>
 
 // cmocka includes.
 #include <cmocka.h>