* 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

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