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