* grub-core/normal/menu.c: Add missing include.
This commit is contained in:
parent
3c0e3f142a
commit
f7148863eb
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
2011-04-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/disk/raid.c [GRUB_UTIL]: Addmissing include.
|
||||
* grub-core/normal/menu.c: Add missing include.
|
||||
|
||||
2011-04-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/disk/raid.c [GRUB_UTIL]: Add missing include.
|
||||
|
||||
2011-04-08 Martin Zuther <mzuther@mzuther.de>
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include <grub/term.h>
|
||||
#include <grub/script_sh.h>
|
||||
#include <grub/gfxterm.h>
|
||||
#include <grub/dl.h>
|
||||
|
||||
/* Time to delay after displaying an error message about a default/fallback
|
||||
entry failing to boot. */
|
||||
|
|
Loading…
Reference in a new issue