diff options
Diffstat (limited to 'stubs/cmos.c')
-rw-r--r-- | stubs/cmos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/cmos.c b/stubs/cmos.c index 416cbe4..3fdbae2 100644 --- a/stubs/cmos.c +++ b/stubs/cmos.c @@ -1,5 +1,5 @@ #include "qemu/osdep.h" -#include "hw/i386/pc.h" +#include "hw/block/fdc.h" int cmos_get_fd_drive_type(FloppyDriveType fd0) { |