2010-08-01 Robert Millan <rmh@gnu.org>

* kern/emu/getroot.c: Include `<grub/util/misc.h>'.
This commit is contained in:
Robert Millan 2010-08-01 14:47:14 +02:00
parent 3710bb6b96
commit ebf53056b8
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-08-01 Robert Millan <rmh@gnu.org>
* kern/emu/getroot.c: Include `<grub/util/misc.h>'.
2010-07-31 Robert Millan <rmh@gnu.org>
* util/grub.d/10_kfreebsd.in: Make module handling more generic.

View File

@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <grub/util/misc.h>
#ifdef __GNU__
#include <hurd.h>