2005-09-25 Hollis Blanchard <hollis@penguinppc.org>
* util/powerpc/ieee1275/grub-mkimage.c: Include config.h.
This commit is contained in:
parent
663b72f0fa
commit
02bb8accd5
2 changed files with 7 additions and 1 deletions
|
@ -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'.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue