summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
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: