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 <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-10-20 14:04:42 +02:00 committed by Stephanos Ioannidis
commit 17c5696f71

View file

@ -7,6 +7,7 @@
#define DT_DRV_COMPAT nxp_imx_wdog
#include <zephyr/drivers/watchdog.h>
#include <zephyr/sys_clock.h>
#include <fsl_wdog.h>
#define LOG_LEVEL CONFIG_WDT_LOG_LEVEL