* normal/menu.c: Include grub/parser.h
This commit is contained in:
parent
2fee74f1bb
commit
515b50793a
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-05-03 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* normal/menu.c: Include grub/parser.h
|
||||
|
||||
2009-05-03 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* mmap/efi/mmap.c (grub_mmap_malign_and_register): Return void*,
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#include <grub/env.h>
|
||||
#include <grub/menu_viewer.h>
|
||||
#include <grub/command.h>
|
||||
#include <grub/parser.h>
|
||||
|
||||
/* Get a menu entry by its index in the entry list. */
|
||||
grub_menu_entry_t
|
||||
|
|
Loading…
Reference in a new issue