summaryrefslogtreecommitdiff
path: root/zephyr/test/math/src/suite.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/math/src/suite.c')
-rw-r--r--zephyr/test/math/src/suite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/math/src/suite.c b/zephyr/test/math/src/suite.c
index 75b8e84bde..a174c57cee 100644
--- a/zephyr/test/math/src/suite.c
+++ b/zephyr/test/math/src/suite.c
@@ -3,6 +3,6 @@
* found in the LICENSE file.
*/
-#include <ztest.h>
+#include <zephyr/ztest.h>
ZTEST_SUITE(math, NULL, NULL, NULL, NULL, NULL);