diff options
Diffstat (limited to 'target-openrisc/interrupt.c')
-rw-r--r-- | target-openrisc/interrupt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target-openrisc/interrupt.c b/target-openrisc/interrupt.c index 642da7de49..7f2c025da2 100644 --- a/target-openrisc/interrupt.c +++ b/target-openrisc/interrupt.c @@ -19,8 +19,8 @@ #include "cpu.h" #include "qemu-common.h" -#include "gdbstub.h" -#include "host-utils.h" +#include "exec/gdbstub.h" +#include "qemu/host-utils.h" #ifndef CONFIG_USER_ONLY #include "hw/loader.h" #endif |