diff options
Diffstat (limited to 'login.c')
-rw-r--r-- | login.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -18,7 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include "includes.h" | 20 | #include "includes.h" |
21 | RCSID("$Id: login.c,v 1.4 1999/11/25 00:54:59 damien Exp $"); | 21 | RCSID("$Id: login.c,v 1.5 1999/11/25 02:08:31 damien Exp $"); |
22 | 22 | ||
23 | #include <utmp.h> | 23 | #include <utmp.h> |
24 | #include "ssh.h" | 24 | #include "ssh.h" |
@@ -29,6 +29,9 @@ RCSID("$Id: login.c,v 1.4 1999/11/25 00:54:59 damien Exp $"); | |||
29 | #ifdef HAVE_LASTLOG_H | 29 | #ifdef HAVE_LASTLOG_H |
30 | # include <lastlog.h> | 30 | # include <lastlog.h> |
31 | #endif | 31 | #endif |
32 | #ifdef HAVE_LOGIN_H | ||
33 | # include <login.h> | ||
34 | #endif | ||
32 | 35 | ||
33 | /* | 36 | /* |
34 | * Returns the time when the user last logged in. Returns 0 if the | 37 | * Returns the time when the user last logged in. Returns 0 if the |