diff options
Diffstat (limited to 'hw/exynos4210_fimd.c')
-rw-r--r-- | hw/exynos4210_fimd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/exynos4210_fimd.c b/hw/exynos4210_fimd.c index 3ef0847271..cfca72ab67 100644 --- a/hw/exynos4210_fimd.c +++ b/hw/exynos4210_fimd.c @@ -23,7 +23,7 @@ */ #include "qemu-common.h" -#include "cpu-all.h" +#include "exec/cpu-all.h" #include "sysbus.h" #include "ui/console.h" #include "ui/pixel_ops.h" |