Skip to content

Commit 9b15733

Browse files
keith-packardmbolivar-nordic
authored andcommitted
tests/kernel/common: Include errno_private.h
This ensures that we have a definition of z_errno in case that isn't pulled in with errno.h Signed-off-by: Keith Packard <[email protected]>
1 parent 5c04a51 commit 9b15733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/kernel/common/src/errno.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <ztest.h>
88
#include <zephyr/zephyr.h>
99
#include <errno.h>
10+
#include <zephyr/sys/errno_private.h>
1011

1112
/**
1213
* @brief Test the thread context

0 commit comments

Comments
 (0)