drivers: watchdog: wdt_dw: add missing header
Needs zephyr/irq.h to compile it. Signed-off-by: Savent Gate <savent_gate@outlook.com>
This commit is contained in:
parent
4f88301bc9
commit
4e879ab518
|
@ -13,6 +13,7 @@
|
|||
#include <zephyr/math/ilog2.h>
|
||||
#include <zephyr/drivers/reset.h>
|
||||
#include <zephyr/drivers/clock_control.h>
|
||||
#include <zephyr/irq.h>
|
||||
|
||||
#include "wdt_dw.h"
|
||||
#include "wdt_dw_common.h"
|
||||
|
|
Loading…
Reference in New Issue