2008-08-04 Pavel Roskin <proski@gnu.org>
* kern/main.c: Include grub/mm.h.
This commit is contained in:
parent
825aa57ad0
commit
8d23f50773
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-08-04 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* kern/main.c: Include grub/mm.h.
|
||||
|
||||
2008-08-04 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* conf/i386-coreboot.rmk (COMMON_ASFLAGS, COMMON_CFLAGS)
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <grub/file.h>
|
||||
#include <grub/device.h>
|
||||
#include <grub/env.h>
|
||||
#include <grub/mm.h>
|
||||
|
||||
void
|
||||
grub_module_iterate (int (*hook) (struct grub_module_header *header))
|
||||
|
|
Loading…
Reference in a new issue