* grub-core/lib/posix_wrap/locale.h [GRUB_UTIL]: Include host locale.h.
This commit is contained in:
parent
1a78d573c7
commit
be00894104
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-04-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/posix_wrap/locale.h [GRUB_UTIL]: Include host locale.h.
|
||||
|
||||
2013-04-03 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/commands/verify.c: Save verified file to avoid it being
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#ifdef GRUB_UTIL
|
||||
#include_next <locale.h>
|
||||
#endif
|
Loading…
Reference in a new issue