Skip to content

Commit

Permalink
* grub-core/osdep/unix/getroot.c: Non-unix build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
phcoder committed Dec 21, 2013
1 parent 96650a8 commit 0b602bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2013-12-21 Vladimir Serbinenko <[email protected]>

* grub-core/osdep/unix/getroot.c: Non-unix build fix.

2013-12-21 Vladimir Serbinenko <[email protected]>

* grub-core/kern/emu/main.c: Build fix for emu.
Expand Down
2 changes: 2 additions & 0 deletions grub-core/osdep/unix/getroot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
{
Expand Down

0 comments on commit 0b602bf

Please sign in to comment.