Re: [PATCH v3 1/7] aout.h: Fix missing include.

2018-02-23 Thread Daniel Kiper
On Wed, Feb 21, 2018 at 03:20:23PM -0500, Peter Jones wrote: > grub_aout_load() has a grub_file_t parameter, and depending on what order > includes land in, it's sometimes not defined. This patch explicitly adds > file.h to aout.h so that it will always be defined. > > Signed-off-by: Peter Jones

[PATCH v3 1/7] aout.h: Fix missing include.

2018-02-21 Thread Peter Jones
grub_aout_load() has a grub_file_t parameter, and depending on what order includes land in, it's sometimes not defined. This patch explicitly adds file.h to aout.h so that it will always be defined. Signed-off-by: Peter Jones --- include/grub/aout.h | 1 + 1 file changed, 1