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 6ebc9b1790..5694a6207b 100644 --- a/hw/exynos4210_rtc.c +++ b/hw/exynos4210_rtc.c @@ -32,7 +32,7 @@ #include "hw.h" #include "qemu/timer.h" -#include "sysemu.h" +#include "sysemu/sysemu.h" #include "exynos4210.h" |