diff options
Diffstat (limited to 'hw/fdc.c')
| -rw-r--r-- | hw/fdc.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/fdc.c b/hw/fdc.c index f0033b8629..ec9c2a3a98 100644 --- a/hw/fdc.c +++ b/hw/fdc.c @@ -25,7 +25,11 @@ * The controller is used in Sun4m systems in a slightly different * way. There are changes in DOR register and DMA is not available. */ -#include "vl.h" +#include "hw.h" +#include "fdc.h" +#include "block.h" +#include "qemu-timer.h" +#include "isa.h" /********************************************************/ /* debug Floppy devices */ |