diff options
Diffstat (limited to 'src/hw/ata.c')
-rw-r--r-- | src/hw/ata.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hw/ata.c b/src/hw/ata.c index 5e9b9058..b58ecc3e 100644 --- a/src/hw/ata.c +++ b/src/hw/ata.c @@ -19,6 +19,7 @@ #include "disk.h" // struct ata_s #include "ata.h" // ATA_CB_STAT #include "blockcmd.h" // CDB_CMD_READ_10 +#include "malloc.h" // malloc_fseg #include "stacks.h" // yield #include "string.h" // memset |