diff options
Diffstat (limited to 'hw/ide/ahci-allwinner.c')
| -rw-r--r-- | hw/ide/ahci-allwinner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ide/ahci-allwinner.c b/hw/ide/ahci-allwinner.c index 9620de8ce8..575be36fc5 100644 --- a/hw/ide/ahci-allwinner.c +++ b/hw/ide/ahci-allwinner.c @@ -18,7 +18,7 @@ #include "qemu/osdep.h" #include "qemu/error-report.h" #include "qemu/module.h" -#include "sysemu/dma.h" +#include "system/dma.h" #include "migration/vmstate.h" #include "hw/ide/ahci-sysbus.h" |