diff options
Diffstat (limited to 'hw/cdrom.c')
-rw-r--r-- | hw/cdrom.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ /* ??? Most of the ATAPI emulation is still in ide.c. It should be moved here. */ -#include <vl.h> +#include "qemu-common.h" +#include "scsi-disk.h" static void lba_to_msf(uint8_t *buf, int lba) { |