diff options
Diffstat (limited to 'sshlogin.c')
-rw-r--r-- | sshlogin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sshlogin.c b/sshlogin.c index e79ca9b47..7b951c844 100644 --- a/sshlogin.c +++ b/sshlogin.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshlogin.c,v 1.28 2014/01/31 16:39:19 tedu Exp $ */ | 1 | /* $OpenBSD: sshlogin.c,v 1.29 2014/07/15 15:54:14 millert 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 |
@@ -58,6 +58,7 @@ | |||
58 | #include "loginrec.h" | 58 | #include "loginrec.h" |
59 | #include "log.h" | 59 | #include "log.h" |
60 | #include "buffer.h" | 60 | #include "buffer.h" |
61 | #include "misc.h" | ||
61 | #include "servconf.h" | 62 | #include "servconf.h" |
62 | 63 | ||
63 | extern Buffer loginmsg; | 64 | extern Buffer loginmsg; |