* grub-core/Makefile.core.def: Add osdep/init.c on emu.
* grub-core/kern/emu/main.c: Add missing include. * grub-core/osdep/basic/init.c (grub_util_host_init) [!GRUB_UTIL]: Don't call grub_util_init_nls. * grub-core/osdep/windows/init.c (grub_util_host_init) [!GRUB_UTIL]: Likewise.
This commit is contained in:
parent
66a1b3eeb7
commit
21d85db12f
5 changed files with 15 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
#include <grub/env.h>
|
||||
#include <grub/partition.h>
|
||||
#include <grub/i18n.h>
|
||||
#include <grub/util/misc.h>
|
||||
|
||||
#include "progname.h"
|
||||
#include <argp.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue