2009-06-10 Pavel Roskin <proski@gnu.org>
* include/grub/multiboot2.h: Provide compatibility defines for multiboot2.h. * include/multiboot2.h: Include stdint.h only if needed, using angle brackets. * loader/i386/pc/multiboot2.c: Include multiboot2.h after grub/multiboot2.h. * loader/ieee1275/multiboot2.c: Likewise. * loader/multiboot2.c: Likewise. * loader/multiboot_loader.c: Likewise.
This commit is contained in:
parent
437e6adcb4
commit
2763ac183d
7 changed files with 23 additions and 5 deletions
|
@ -34,7 +34,9 @@
|
|||
|
||||
#ifndef ASM_FILE
|
||||
|
||||
#include "stdint.h"
|
||||
#ifndef __WORDSIZE
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
/* XXX not portable? */
|
||||
#if __WORDSIZE == 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue