diff options
Diffstat (limited to 'hw/pc-testdev.c')
-rw-r--r-- | hw/pc-testdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc-testdev.c b/hw/pc-testdev.c index 8236bce0c7..32df175c10 100644 --- a/hw/pc-testdev.c +++ b/hw/pc-testdev.c @@ -41,7 +41,7 @@ #endif #include "hw/hw.h" #include "hw/qdev.h" -#include "hw/isa.h" +#include "hw/isa/isa.h" #define IOMEM_LEN 0x10000 |