* grub-core/osdep/linux/blocklist.c: Include linux/types.h for some
broken linux headers.
This commit is contained in:
parent
fb9f12a02d
commit
a86865891a
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2013-11-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/grub.d/30_os-prober.in: Add unhiding of partition if on msdos.
|
* util/grub.d/30_os-prober.in: Add unhiding of partition if on msdos.
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
#include <linux/types.h>
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
#include <linux/fiemap.h>
|
#include <linux/fiemap.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue