diff options
Diffstat (limited to 'hw/cdrom.c')
-rw-r--r-- | hw/cdrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cdrom.c b/hw/cdrom.c index a018eec40a..38469fa928 100644 --- a/hw/cdrom.c +++ b/hw/cdrom.c @@ -26,7 +26,7 @@ here. */ #include "qemu-common.h" -#include "hw/scsi.h" +#include "hw/scsi/scsi.h" static void lba_to_msf(uint8_t *buf, int lba) { |