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:
Alberto Escolar Piedras 2023-06-08 11:04:21 +02:00 committed by Alberto Escolar
parent 78e1d6fa5e
commit 38b9120129

View file

@ -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