diff --git a/subsys/testsuite/ztest/src/ztest.c b/subsys/testsuite/ztest/src/ztest.c index dcf19d56dbd..d2a9fe8051d 100644 --- a/subsys/testsuite/ztest/src/ztest.c +++ b/subsys/testsuite/ztest/src/ztest.c @@ -4,6 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ +#include #include #include @@ -27,7 +28,6 @@ static bool failed_expectation; #endif #ifdef CONFIG_ZTEST_SHUFFLE -#include #include #include #ifndef CONFIG_ZTEST_REPEAT