* grub-core/osdep/generic/blocklist.c: Add missing include to string.h.
This commit is contained in:
parent
0f7c00c1c6
commit
b47fcae6cb
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-10-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/osdep/generic/blocklist.c: Add missing include to string.h.
|
||||
|
||||
2013-10-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/disk/efi/efidisk.c (grub_efidisk_get_device_name): Handle
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
#include <grub/util/install.h>
|
||||
#include <grub/emu/hostdisk.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#define MAX_TRIES 5
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue