arch posix: native tasks header: Add missing include
The native_tasks header requires the toolchain header. Let's include it directly instead of requiring users of this header to include it before. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
78e1d6fa5e
commit
38b9120129
|
@ -7,6 +7,8 @@
|
|||
#ifndef _POSIX_SOC_INF_CLOCK_POSIX_NATIVE_TASK_H
|
||||
#define _POSIX_SOC_INF_CLOCK_POSIX_NATIVE_TASK_H
|
||||
|
||||
#include <zephyr/toolchain.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue