diff options
Diffstat (limited to 'hw/rtc/aspeed_rtc.c')
| -rw-r--r-- | hw/rtc/aspeed_rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rtc/aspeed_rtc.c b/hw/rtc/aspeed_rtc.c index 3cddf43eea..fbdeb0781f 100644 --- a/hw/rtc/aspeed_rtc.c +++ b/hw/rtc/aspeed_rtc.c @@ -11,7 +11,7 @@ #include "migration/vmstate.h" #include "qemu/log.h" #include "qemu/timer.h" -#include "sysemu/rtc.h" +#include "system/rtc.h" #include "trace.h" |