summaryrefslogtreecommitdiff
path: root/src/post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post.c')
-rw-r--r--src/post.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/post.c b/src/post.c
index 7d6fbd2..f1cb8a8 100644
--- a/src/post.c
+++ b/src/post.c
@@ -7,7 +7,7 @@
#include "config.h" // CONFIG_*
#include "hw/cmos.h" // CMOS_*
-#include "util.h" // memset
+#include "util.h" // dprintf
#include "biosvar.h" // struct bios_data_area_s
#include "disk.h" // floppy_setup
#include "hw/ata.h" // ata_setup
@@ -26,6 +26,7 @@
#include "hw/esp-scsi.h" // esp_scsi_setup
#include "hw/megasas.h" // megasas_setup
#include "post.h" // interface_init
+#include "string.h" // memset
/****************************************************************