aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/ramdisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/ramdisk.c')
-rw-r--r--src/hw/ramdisk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hw/ramdisk.c b/src/hw/ramdisk.c
index 2599f9a6..f57affd4 100644
--- a/src/hw/ramdisk.c
+++ b/src/hw/ramdisk.c
@@ -5,15 +5,17 @@
// This file may be distributed under the terms of the GNU LGPLv3 license.
#include "biosvar.h" // GET_GLOBAL
+#include "block.h" // struct drive_s
#include "boot.h" // boot_add_floppy
#include "bregs.h" // struct bregs
-#include "disk.h" // process_ramdisk_op
#include "malloc.h" // malloc_fseg
#include "memmap.h" // add_e820
#include "output.h" // dprintf
#include "romfile.h" // romfile_findprefix
#include "stacks.h" // call16_int
+#include "std/disk.h" // DISK_RET_SUCCESS
#include "string.h" // memset
+#include "util.h" // process_ramdisk_op
void
ramdisk_setup(void)