diff options
Diffstat (limited to 'hw/dma.c')
| -rw-r--r-- | hw/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dma.c b/hw/dma.c index fd1161ca31..eb60d45178 100644 --- a/hw/dma.c +++ b/hw/dma.c @@ -22,7 +22,7 @@ * THE SOFTWARE. */ #include "hw/hw.h" -#include "hw/isa.h" +#include "hw/isa/isa.h" #include "qemu/main-loop.h" /* #define DEBUG_DMA */ |