From f88d21cdb990e141fbbf3cfd73eec9f4b0092d7c Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 29 Aug 2023 12:50:42 +0200 Subject: [PATCH] soc: arm: nordic_nrf: nrf53: sync_rtc: add missing init.h File was using SYS_INIT, from init.h. Signed-off-by: Gerard Marull-Paretas --- soc/arm/nordic_nrf/nrf53/sync_rtc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/arm/nordic_nrf/nrf53/sync_rtc.c b/soc/arm/nordic_nrf/nrf53/sync_rtc.c index a8ae2f547c8..235e9f26001 100644 --- a/soc/arm/nordic_nrf/nrf53/sync_rtc.c +++ b/soc/arm/nordic_nrf/nrf53/sync_rtc.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include LOG_MODULE_REGISTER(sync_rtc, CONFIG_SYNC_RTC_LOG_LEVEL);