diff options
Diffstat (limited to 'sshlogin.c')
-rw-r--r-- | sshlogin.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sshlogin.c b/sshlogin.c index b01fde091..fba8a4d24 100644 --- a/sshlogin.c +++ b/sshlogin.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshlogin.c,v 1.24 2006/08/01 23:22:48 stevesk Exp $ */ | 1 | /* $OpenBSD: sshlogin.c,v 1.25 2006/08/03 03:34:42 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -43,9 +43,11 @@ | |||
43 | 43 | ||
44 | #include <sys/types.h> | 44 | #include <sys/types.h> |
45 | #include <sys/param.h> | 45 | #include <sys/param.h> |
46 | #include <sys/socket.h> | ||
46 | 47 | ||
47 | #include <errno.h> | 48 | #include <errno.h> |
48 | #include <fcntl.h> | 49 | #include <fcntl.h> |
50 | #include <stdarg.h> | ||
49 | #include <stdio.h> | 51 | #include <stdio.h> |
50 | #include <string.h> | 52 | #include <string.h> |
51 | #include <time.h> | 53 | #include <time.h> |