2006-10-28 Yoshinori K. Okuji <okuji@enbug.org>

* normal/menu.c: Include grub/script.h.
        * normal/menu_entry.c: Likewise.
        * include/grub/normal.h: Do not include grub/script.h.
This commit is contained in:
okuji 2006-10-28 14:00:05 +00:00
parent 6750754922
commit d976fc51e1
4 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2006-10-28 Yoshinori K. Okuji <okuji@enbug.org>
* normal/menu.c: Include grub/script.h.
* normal/menu_entry.c: Likewise.
* include/grub/normal.h: Do not include grub/script.h.
2006-10-27 Hollis Blanchard <hollis@penguinppc.org>
* kern/disk.c (grub_disk_read): Correct debug printf formatting.