drivers: watchdog: silabs: include zephyr/irq.h
Add missing include Signed-off-by: Pawel Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
parent
ea4746fc68
commit
5c3ce5a21f
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <zephyr/drivers/watchdog.h>
|
#include <zephyr/drivers/watchdog.h>
|
||||||
|
#include <zephyr/irq.h>
|
||||||
#include <em_wdog.h>
|
#include <em_wdog.h>
|
||||||
#include <em_cmu.h>
|
#include <em_cmu.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue