diff options
Diffstat (limited to 'hw/arm/pic_cpu.c')
-rw-r--r-- | hw/arm/pic_cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/pic_cpu.c b/hw/arm/pic_cpu.c index 787767f51f..875280aa97 100644 --- a/hw/arm/pic_cpu.c +++ b/hw/arm/pic_cpu.c @@ -8,7 +8,7 @@ */ #include "hw/hw.h" -#include "hw/arm.h" +#include "hw/arm/arm.h" #include "sysemu/kvm.h" /* Input 0 is IRQ and input 1 is FIQ. */ |