diff options
Diffstat (limited to 'hw/misc/sifive_e_aon.c')
-rw-r--r-- | hw/misc/sifive_e_aon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/sifive_e_aon.c b/hw/misc/sifive_e_aon.c index 165e41d..17a522c 100644 --- a/hw/misc/sifive_e_aon.c +++ b/hw/misc/sifive_e_aon.c @@ -24,7 +24,7 @@ #include "hw/misc/sifive_e_aon.h" #include "qapi/visitor.h" #include "qapi/error.h" -#include "sysemu/watchdog.h" +#include "system/watchdog.h" #include "hw/qdev-properties.h" REG32(AON_WDT_WDOGCFG, 0x0) |