diff options
Diffstat (limited to 'hw/debugexit.c')
-rw-r--r-- | hw/debugexit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/debugexit.c b/hw/debugexit.c index ba67a8fb41..59bed5bff5 100644 --- a/hw/debugexit.c +++ b/hw/debugexit.c @@ -8,7 +8,7 @@ */ #include "hw/hw.h" -#include "hw/isa.h" +#include "hw/isa/isa.h" #define TYPE_ISA_DEBUG_EXIT_DEVICE "isa-debug-exit" #define ISA_DEBUG_EXIT_DEVICE(obj) \ |