summaryrefslogtreecommitdiffstats
path: root/login.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-25 13:08:31 +1100
committerDamien Miller <djm@mindrot.org>1999-11-25 13:08:31 +1100
commit063fdf82755e53b5a2cf5265aaa654969b23b459 (patch)
tree03686b2d3c1be5990c412720de4ff889f734c702 /login.c
parentd8087f62d6974c812fb956429ec0dba801ab66d3 (diff)
- Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Diffstat (limited to 'login.c')
-rw-r--r--login.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/login.c b/login.c
index ddd58ff6..81bae820 100644
--- a/login.c
+++ b/login.c
@@ -18,7 +18,7 @@
*/
#include "includes.h"
-RCSID("$Id: login.c,v 1.4 1999/11/25 00:54:59 damien Exp $");
+RCSID("$Id: login.c,v 1.5 1999/11/25 02:08:31 damien Exp $");
#include <utmp.h>
#include "ssh.h"
@@ -29,6 +29,9 @@ RCSID("$Id: login.c,v 1.4 1999/11/25 00:54:59 damien Exp $");
#ifdef HAVE_LASTLOG_H
# include <lastlog.h>
#endif
+#ifdef HAVE_LOGIN_H
+# include <login.h>
+#endif
/*
* Returns the time when the user last logged in. Returns 0 if the