]> xenbits.xensource.com Git - seabios.git/commitdiff
Fixup missing includes.
authorKevin O'Connor <kevin@koconnor.net>
Tue, 6 Mar 2012 12:18:07 +0000 (07:18 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 6 Mar 2012 12:18:07 +0000 (07:18 -0500)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/blockcmd.c
src/usb-msc.c

index dd355018bd4610666a715965e3a5bc7010c8392f..7ac7fc8f476ae4c0ffb7f88ae9dc6cf95364481b 100644 (file)
@@ -12,6 +12,7 @@
 #include "ata.h" // atapi_cmd_data
 #include "ahci.h" // atapi_cmd_data
 #include "usb-msc.h" // usb_cmd_data
+#include "boot.h" // boot_add_hd
 
 // Route command to low-level handler.
 static int
index 06779b3b0b042bf2e5f3755cea2fb2d95f71ca4e..e143401188c45870fbba2da12378760617827514 100644 (file)
@@ -11,7 +11,7 @@
 #include "biosvar.h" // GET_GLOBAL
 #include "blockcmd.h" // cdb_read
 #include "disk.h" // DTYPE_USB
-#include "boot.h" // boot_add_hd
+#include "boot.h" // bootprio_find_usb
 
 struct usbdrive_s {
     struct drive_s drive;