aout.h: Fix missing include.
authorPeter Jones <pjones@redhat.com>
Wed, 21 Feb 2018 20:20:23 +0000 (15:20 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 5 Mar 2018 12:44:55 +0000 (13:44 +0100)
commite1ead149efadf420fe16d2ce0b109a6982b8a5f6
tree44a797179b4149c7e0fc91724f3c5500d5200a40
parent72b425b640f67ad7e6e0056a7a793bddc9997985
aout.h: Fix missing include.

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 <pjones@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
include/grub/aout.h