lib: os: reboot: include zephyr/cache.h
Include <zephyr/cache.h> in order to use the Zephyr cache APIs.
Fixes: b94ab6e9f1
Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
8e3fc793d3
commit
277f6469f1
|
@ -4,6 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <zephyr/cache.h>
|
||||
#include <zephyr/drivers/timer/system_timer.h>
|
||||
#include <zephyr/sys/reboot.h>
|
||||
#include <zephyr/kernel.h>
|
||||
|
|
Loading…
Reference in a new issue