* kern/emu/getroot.c [__GNU__]: Include <sys/mman.h> for munmap.

This commit is contained in:
Colin Watson 2010-07-04 22:00:45 +01:00
parent 72a2026d33
commit cb7f64b229
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -33,6 +33,7 @@
#include <hurd.h>
#include <hurd/lookup.h>
#include <hurd/fs.h>
#include <sys/mman.h>
#endif
#include <grub/mm.h>