Skip to content

Commit d0be253

Browse files
pabigotnashif
authored andcommitted
power: add missing dependency
Inline functions reference a __fallthrough macro that is toolchain specific. Include the header that provides that macro. Signed-off-by: Peter Bigot <[email protected]>
1 parent a31b3c4 commit d0be253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/power/power.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <zephyr/types.h>
1111
#include <sys/slist.h>
1212
#include <power/power_state.h>
13+
#include <toolchain.h>
1314
#include <stdbool.h>
1415

1516
#ifdef __cplusplus

0 commit comments

Comments
 (0)