]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/osdep/linux/blocklist.c: Include linux/types.h for some
authorneil <>
Sat, 2 Nov 2013 21:19:34 +0000 (22:19 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 2 Nov 2013 21:19:34 +0000 (22:19 +0100)
broken linux headers.

ChangeLog
grub-core/osdep/linux/blocklist.c

index f430126d34f5d27718d33a0fb52fd7328b32958b..53a1818b4dde269d2dd59412a666be7ddf52dba9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-02  neil
+
+       * grub-core/osdep/linux/blocklist.c: Include linux/types.h for some
+       broken linux headers.
+
 2013-11-02  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub.d/30_os-prober.in: Add unhiding of partition if on msdos.
index 453b7ac8f95c9505266d041c8f5da70fb4600ada..f33a7d5078093e8ae7a838cd8ae39649d5d75fce 100644 (file)
@@ -28,6 +28,7 @@
 #include <dirent.h>
 #include <assert.h>
 #include <sys/ioctl.h>
+#include <linux/types.h>
 #include <linux/fs.h>
 #include <linux/fiemap.h>