diff options
Diffstat (limited to 'logintest.c')
-rw-r--r-- | logintest.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/logintest.c b/logintest.c index 95cce5a3a..7e9fbbfbb 100644 --- a/logintest.c +++ b/logintest.c | |||
@@ -31,6 +31,10 @@ | |||
31 | 31 | ||
32 | #include <sys/types.h> | 32 | #include <sys/types.h> |
33 | #include <sys/wait.h> | 33 | #include <sys/wait.h> |
34 | #include <sys/socket.h> | ||
35 | |||
36 | #include <netinet/in.h> | ||
37 | |||
34 | #include <unistd.h> | 38 | #include <unistd.h> |
35 | #include <stdlib.h> | 39 | #include <stdlib.h> |
36 | #include <stdio.h> | 40 | #include <stdio.h> |
@@ -43,8 +47,6 @@ | |||
43 | 47 | ||
44 | #include "loginrec.h" | 48 | #include "loginrec.h" |
45 | 49 | ||
46 | RCSID("$Id: logintest.c,v 1.11 2004/07/17 04:07:42 dtucker Exp $"); | ||
47 | |||
48 | extern char *__progname; | 50 | extern char *__progname; |
49 | 51 | ||
50 | #define PAUSE_BEFORE_LOGOUT 3 | 52 | #define PAUSE_BEFORE_LOGOUT 3 |