]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/osdep/generic/blocklist.c: Add missing include to string.h.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 00:24:40 +0000 (02:24 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 19 Oct 2013 00:24:40 +0000 (02:24 +0200)
ChangeLog
grub-core/osdep/generic/blocklist.c

index 964d65c92391bbdc7b2aac34fe0d384cd51e9f23..b349c7244d17c1ba340d377cbe5e72589564c4c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 623243e7aaf9b2cc73e536abd2ea1b0efdfc65e0..74024fd06f3abe919e9fd7f8262455c2628d2baf 100644 (file)
@@ -26,6 +26,8 @@
 #include <grub/util/install.h>
 #include <grub/emu/hostdisk.h>
 
+#include <string.h>
+
 #define MAX_TRIES      5
 
 void