glibc 2.25 has deprecated inclusion of <sys/sysmacros.h> by <sys/types.h>
Signed-off-by: Khem Raj <raj.k...@gmail.com> --- grub-core/osdep/linux/getroot.c | 2 +- grub-core/osdep/unix/getroot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grub-core/osdep/linux/getroot.c b/grub-core/osdep/linux/getroot.c index 09e7e6e..5923d17 100644 --- a/grub-core/osdep/linux/getroot.c +++ b/grub-core/osdep/linux/getroot.c @@ -20,7 +20,7 @@ #include <config.h> #include <sys/stat.h> -#include <sys/types.h> +#include <sys/sysmacros.h> #include <assert.h> #include <fcntl.h> #include <unistd.h> diff --git a/grub-core/osdep/unix/getroot.c b/grub-core/osdep/unix/getroot.c index 4bf37b0..5aaa086 100644 --- a/grub-core/osdep/unix/getroot.c +++ b/grub-core/osdep/unix/getroot.c @@ -20,7 +20,7 @@ #include <config.h> #include <sys/stat.h> -#include <sys/types.h> +#include <sys/sysmacros.h> #include <assert.h> #include <fcntl.h> #include <unistd.h> -- 1.9.1 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel