diff options
Diffstat (limited to 'sshconnect.c')
-rw-r--r-- | sshconnect.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sshconnect.c b/sshconnect.c index 06844eb71..4301fb20f 100644 --- a/sshconnect.c +++ b/sshconnect.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshconnect.c,v 1.194 2006/07/24 13:58:22 stevesk Exp $ */ | 1 | /* $OpenBSD: sshconnect.c,v 1.195 2006/07/25 02:59:21 stevesk 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 |
@@ -19,6 +19,9 @@ | |||
19 | #include <sys/wait.h> | 19 | #include <sys/wait.h> |
20 | #include <sys/stat.h> | 20 | #include <sys/stat.h> |
21 | #include <sys/socket.h> | 21 | #include <sys/socket.h> |
22 | #ifdef HAVE_SYS_TIME_H | ||
23 | # include <sys/time.h> | ||
24 | #endif | ||
22 | 25 | ||
23 | #include <netinet/in.h> | 26 | #include <netinet/in.h> |
24 | 27 | ||