diff options
Diffstat (limited to 'hw/rtc/exynos4210_rtc.c')
-rw-r--r-- | hw/rtc/exynos4210_rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rtc/exynos4210_rtc.c b/hw/rtc/exynos4210_rtc.c index ca28a45..aa1b3cd 100644 --- a/hw/rtc/exynos4210_rtc.c +++ b/hw/rtc/exynos4210_rtc.c @@ -38,7 +38,7 @@ #include "hw/arm/exynos4210.h" #include "qom/object.h" -#include "sysemu/rtc.h" +#include "system/rtc.h" #define DEBUG_RTC 0 |