]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
include <grub/emu/getroot.h> for grub_find_device
authorColin Watson <cjwatson@ubuntu.com>
Wed, 5 Jan 2011 11:41:12 +0000 (11:41 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Wed, 5 Jan 2011 11:41:12 +0000 (11:41 +0000)
grub-core/kern/emu/hostdisk.c

index 2a798a3cdc4305a7cd2d4c3aba5bd51c2537fabc..b21ac3285ae96944ad435ff2e39212fce572c87a 100644 (file)
@@ -24,6 +24,7 @@
 #include <grub/err.h>
 #include <grub/emu/misc.h>
 #include <grub/emu/hostdisk.h>
+#include <grub/emu/getroot.h>
 #include <grub/misc.h>
 #include <grub/i18n.h>
 #include <grub/list.h>