summaryrefslogtreecommitdiff
path: root/usermux/mux.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:43:32 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:43:32 +0000
commit316096560649ce041c0eb2afb32ec616c66e4cc3 (patch)
treeadebbd7eddd550a4e61d4eff198601fc39b9ce2f /usermux/mux.c
parent96385c577be137cf563fac641fd9c098f784132d (diff)
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* mux.c: Add #include <sys/mman.h> for munmap decl.
Diffstat (limited to 'usermux/mux.c')
-rw-r--r--usermux/mux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usermux/mux.c b/usermux/mux.c
index 0f955544..9c75eac5 100644
--- a/usermux/mux.c
+++ b/usermux/mux.c
@@ -22,6 +22,7 @@
#include <string.h>
#include <dirent.h>
#include <pwd.h>
+#include <sys/mman.h>
#include "usermux.h"