From 17c5696f71e6813a1aa6f8224d247fa693ce047f Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 20 Oct 2022 14:04:42 +0200 Subject: [PATCH] include: add missing zephyr/sys_clock.h Some files were using definitions from sys_clock.h, e.g. MSEC_PER_SEC without including the header. Signed-off-by: Gerard Marull-Paretas --- drivers/watchdog/wdt_mcux_imx_wdog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/watchdog/wdt_mcux_imx_wdog.c b/drivers/watchdog/wdt_mcux_imx_wdog.c index 8006e189dc3..2af1daaddc1 100644 --- a/drivers/watchdog/wdt_mcux_imx_wdog.c +++ b/drivers/watchdog/wdt_mcux_imx_wdog.c @@ -7,6 +7,7 @@ #define DT_DRV_COMPAT nxp_imx_wdog #include +#include #include #define LOG_LEVEL CONFIG_WDT_LOG_LEVEL