* grub-core/osdep/unix/getroot.c: Non-unix build fix.
This commit is contained in:
parent
96650a82ec
commit
0b602bf9ad
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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)))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue