Skip to content

Commit 912ffe2

Browse files
daor-otikartben
authored andcommitted
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: Danny Oerndrup <[email protected]>
1 parent 188627f commit 912ffe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/native/inf_clock/posix_soc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef _POSIX_POSIX_SOC_INF_CLOCK_H
88
#define _POSIX_POSIX_SOC_INF_CLOCK_H
99

10+
#include <stdbool.h>
1011
#include <zephyr/arch/posix/posix_soc_if.h>
1112

1213
#ifdef __cplusplus

0 commit comments

Comments
 (0)