* grub-core/normal/menu.c: Add missing include.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-04-08 12:12:02 +02:00
parent 3c0e3f142a
commit f7148863eb
2 changed files with 6 additions and 1 deletions

View file

@ -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>

View file

@ -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. */