Skip to content

Commit 4e879ab

Browse files
savent404henrikbrixandersen
authored andcommitted
drivers: watchdog: wdt_dw: add missing header
Needs zephyr/irq.h to compile it. Signed-off-by: Savent Gate <[email protected]>
1 parent 4f88301 commit 4e879ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/watchdog/wdt_dw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <zephyr/math/ilog2.h>
1414
#include <zephyr/drivers/reset.h>
1515
#include <zephyr/drivers/clock_control.h>
16+
#include <zephyr/irq.h>
1617

1718
#include "wdt_dw.h"
1819
#include "wdt_dw_common.h"

0 commit comments

Comments
 (0)