diff options
Diffstat (limited to 'hw/megasas.c')
-rw-r--r-- | hw/megasas.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/megasas.c b/hw/megasas.c index 9b815d4b8f..f46f800355 100644 --- a/hw/megasas.c +++ b/hw/megasas.c @@ -23,8 +23,8 @@ #include "sysemu/dma.h" #include "hw/pci/msix.h" #include "qemu/iov.h" -#include "hw/scsi.h" -#include "hw/scsi-defs.h" +#include "hw/scsi/scsi.h" +#include "block/scsi.h" #include "trace.h" #include "hw/mfi.h" |