Skip to content

Commit 1e6ff6b

Browse files
lemreycarlescufi
authored andcommitted
power: add stdbool.h to power.h
power.h used bool, but stdbool.h was not included. Signed-off-by: Emanuele Di Santo <[email protected]>
1 parent e672d15 commit 1e6ff6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/power.h

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

1010
#include <zephyr/types.h>
11+
#include <stdbool.h>
1112

1213
#ifdef __cplusplus
1314
extern "C" {

0 commit comments

Comments
 (0)