]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* kern/emu/getroot.c [__GNU__]: Include <sys/mman.h> for munmap.
authorColin Watson <cjwatson@ubuntu.com>
Sun, 4 Jul 2010 21:00:45 +0000 (22:00 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Sun, 4 Jul 2010 21:00:45 +0000 (22:00 +0100)
ChangeLog
kern/emu/getroot.c

index b7a478ec9922551f673a5951bb7ecb985945a144..01469ca8f9c9a6e21c35ebf4e21c6403612f0631 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index fa74c384bfe0ea25283897f048b3748d5c8e8add..24b2cd486ccb7ec5fd4dccb76141d3f535875571 100644 (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>