diff options
Diffstat (limited to 'src/hw/floppy.c')
-rw-r--r-- | src/hw/floppy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hw/floppy.c b/src/hw/floppy.c index ae66bc0c..c051f544 100644 --- a/src/hw/floppy.c +++ b/src/hw/floppy.c @@ -16,6 +16,7 @@ #include "boot.h" // boot_add_floppy #include "pci.h" // pci_to_bdf #include "pci_ids.h" // PCI_CLASS_BRIDGE_ISA +#include "stacks.h" // yield #include "string.h" // memset #define FLOPPY_SIZE_CODE 0x02 // 512 byte sectors |