2005-09-25 Hollis Blanchard <hollis@penguinppc.org>

* util/powerpc/ieee1275/grub-mkimage.c: Include config.h.
This commit is contained in:
hollisb 2006-09-26 04:24:38 +00:00
parent 663b72f0fa
commit 02bb8accd5
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-09-25 Hollis Blanchard <hollis@penguinppc.org>
* util/powerpc/ieee1275/grub-mkimage.c: Include config.h.
2005-09-25 Hollis Blanchard <hollis@penguinppc.org>
* include/grub/powerpc/libgcc.h (__floatdisf): New prototype.
@ -7,7 +11,7 @@
`flags' to `grub_ieee1275_next_property'. Change `pathlen' to type
`grub_ssize_t'.
* kern/powerpc/ieee1275/cmain.c: include grub/misc.h.
* kern/powerpc/ieee1275/cmain.c: Include grub/misc.h.
* loader/powerpc/ieee1275/linux.c (grub_linux_boot): Change `actual'
to type `grub_ssize_t'.

View file

@ -17,6 +17,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <config.h>
#include <stdio.h>
#include <stdint.h>
#include <unistd.h>