aboutsummaryrefslogtreecommitdiff
path: root/hw/cdrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/cdrom.c')
-rw-r--r--hw/cdrom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/cdrom.c b/hw/cdrom.c
index 4f1fce18f..2aa4d3b25 100644
--- a/hw/cdrom.c
+++ b/hw/cdrom.c
@@ -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)
{