Commit 912ffe27 authored by Danny Oerndrup's avatar Danny Oerndrup Committed by Benjamin Cabé
Browse files

soc_native: Fix missing include of stdbool.h



The header posix_soc.h was missing include of stdbool.h as bool is used
as a function parameter.

Signed-off-by: default avatarDanny Oerndrup <daor@demant.com>
parent 188627f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
#ifndef _POSIX_POSIX_SOC_INF_CLOCK_H
#define _POSIX_POSIX_SOC_INF_CLOCK_H

#include <stdbool.h>
#include <zephyr/arch/posix/posix_soc_if.h>

#ifdef __cplusplus