Skip to content

Commit 0a74572

Browse files
softwareckilgirdwood
authored andcommitted
zephyr: userspace: Add missing include in userspace_helper.h
Add include that contains the definition of k_tid_t used by the user_access_to_mailbox function's parameter. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
1 parent bdea59a commit 0a74572

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zephyr/include/rtos/userspace_helper.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#ifndef __ZEPHYR_LIB_USERSPACE_HELPER_H__
1313
#define __ZEPHYR_LIB_USERSPACE_HELPER_H__
1414

15+
#include <zephyr/kernel.h>
16+
1517
#ifndef CONFIG_USERSPACE
1618
#define APP_TASK_BSS
1719
#define APP_TASK_DATA

0 commit comments

Comments
 (0)