summaryrefslogtreecommitdiff
path: root/utils/login.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:39:03 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:39:03 +0000
commitdafd420fc9ee9c76bdbb015068713700b2a16cc4 (patch)
tree9afaffb64c3f8b6485b62780c2f6c0511fd15b56 /utils/login.c
parent7bb59f74a2ffedd6bf2037ffe83070841055fc21 (diff)
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* pids.c: Add #include <sys/mman.h> for munmap decl. * showtrans.c: Likewise. * login.c: Likewise. * storeread.c: Likewise. * msgport.c: Likewise.
Diffstat (limited to 'utils/login.c')
-rw-r--r--utils/login.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/login.c b/utils/login.c
index d107a425..e3d7c4bc 100644
--- a/utils/login.c
+++ b/utils/login.c
@@ -32,6 +32,7 @@
#include <time.h>
#include <assert.h>
#include <version.h>
+#include <sys/mman.h>
#include <netinet/in.h>
#include <arpa/inet.h>