From 5be728827b8a71a407875eeef48dabe68fc33398 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Sun, 11 Jul 1999 01:39:57 +0000
Subject: 1999-07-10  Roland McGrath  <roland@baalperazim.frob.com>

	* lmail.c: Add #include <sys/mman.h> for munmap decl.
---
 daemons/lmail.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'daemons')

diff --git a/daemons/lmail.c b/daemons/lmail.c
index 3c2d64b3..ef616862 100644
--- a/daemons/lmail.c
+++ b/daemons/lmail.c
@@ -35,6 +35,7 @@
 #include <version.h>
 #include <time.h>
 #include <sys/time.h>
+#include <sys/mman.h>
 
 #define OPT_FILE -5
 #define OPT_REMOVE -6
@@ -450,7 +451,7 @@ main (int argc, char **argv)
 	case 'd':
 	  /* do nothing; compatibility */
 	  break;
-	case 'f': 
+	case 'f':
 	case 'r':
 	  params.from = arg; break;
 	case OPT_FILE:
-- 
cgit v1.2.3