diff options
Diffstat (limited to 'hw/exynos4210_rtc.c')
-rw-r--r-- | hw/exynos4210_rtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/exynos4210_rtc.c b/hw/exynos4210_rtc.c index d170ca755a..bceee44cb2 100644 --- a/hw/exynos4210_rtc.c +++ b/hw/exynos4210_rtc.c @@ -34,7 +34,7 @@ #include "qemu/timer.h" #include "sysemu/sysemu.h" -#include "hw/exynos4210.h" +#include "hw/arm/exynos4210.h" #define DEBUG_RTC 0 |