* grub-core/osdep/generic/blocklist.c: Add missing include to string.h.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-19 02:24:40 +02:00
parent 0f7c00c1c6
commit b47fcae6cb
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -26,6 +26,8 @@
#include <grub/util/install.h>
#include <grub/emu/hostdisk.h>
#include <string.h>
#define MAX_TRIES 5
void