diff options
Diffstat (limited to 'hw/misc/npcm7xx_clk.c')
| -rw-r--r-- | hw/misc/npcm7xx_clk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/npcm7xx_clk.c b/hw/misc/npcm7xx_clk.c index 2098c85ee0..46f907b61c 100644 --- a/hw/misc/npcm7xx_clk.c +++ b/hw/misc/npcm7xx_clk.c @@ -26,7 +26,7 @@ #include "qemu/timer.h" #include "qemu/units.h" #include "trace.h" -#include "sysemu/watchdog.h" +#include "system/watchdog.h" /* * The reference clock hz, and the SECCNT and CNTR25M registers in this module, |