| commit | ecc57a12a62b8159d977d1169a1bdaf5cc892c6e | [log] [tgz] |
|---|---|---|
| author | Johann Fischer <johann.fischer@nordicsemi.no> | Thu Jan 21 13:37:04 2021 +0100 |
| committer | Anas Nashif <anas.nashif@intel.com> | Thu Jan 21 16:47:29 2021 -0500 |
| tree | c87836e2015c1d9e87c43386e0eb9e0f1d2e4320 | |
| parent | 63fc93e21f59e4d6330fb9806b36319ae9e8d745 [diff] |
include: power: include missing header for slist Include missing header for slist. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
diff --git a/include/power/power.h b/include/power/power.h index 8b05df1..8824c96 100644 --- a/include/power/power.h +++ b/include/power/power.h
@@ -8,6 +8,7 @@ #define ZEPHYR_INCLUDE_POWER_POWER_H_ #include <zephyr/types.h> +#include <sys/slist.h> #include <power/power_state.h> #include <stdbool.h>