summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:39:57 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:39:57 +0000
commit5be728827b8a71a407875eeef48dabe68fc33398 (patch)
treec02b6071735c89b253dcd2ead1c9adc0bc6a02a8 /daemons
parent496c1574b8679839f0ba5282cf5aa43fdd8e5da5 (diff)
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* lmail.c: Add #include <sys/mman.h> for munmap decl.
Diffstat (limited to 'daemons')
-rw-r--r--daemons/lmail.c3
1 files changed, 2 insertions, 1 deletions
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: