* kern/emu/getroot.c [__GNU__]: Include <sys/mman.h> for munmap.
This commit is contained in:
parent
72a2026d33
commit
cb7f64b229
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-07-04 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* kern/emu/getroot.c [__GNU__]: Include <sys/mman.h> for munmap.
|
||||
|
||||
2010-07-04 Grégoire Sutre <gregoire.sutre@gmail.com>
|
||||
|
||||
* util/i386/pc/grub-setup.c (setup): Do not embed when there are
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <hurd.h>
|
||||
#include <hurd/lookup.h>
|
||||
#include <hurd/fs.h>
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#include <grub/mm.h>
|
||||
|
|
Loading…
Reference in a new issue