]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/osdep/unix/getroot.c: Non-unix build fix.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Dec 2013 17:10:05 +0000 (18:10 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Dec 2013 17:10:05 +0000 (18:10 +0100)
ChangeLog
grub-core/osdep/unix/getroot.c

index 865da058b6caadf60d365212360b01011c6108b9..ed37bf75f803df9903ccb99fe31d9e1849368359 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-21  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/osdep/unix/getroot.c: Non-unix build fix.
+
 2013-12-21  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/kern/emu/main.c: Build fix for emu.
index 3a938edc4d26d09cc109eb397564a736479c49bc..e3887cbea68917f6bdcb89288c563e076d198cd4 100644 (file)
@@ -764,6 +764,8 @@ grub_util_biosdisk_is_floppy (grub_disk_t disk)
 
 #else
 
+#include <grub/emu/getroot.h>
+
 void
 grub_util_pull_lvm_by_command (const char *os_dev __attribute__ ((unused)))
 {