diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-10 21:08:03 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-10 21:08:03 +1000 |
commit | e3b60b524edcc55d71e7ccb0958fd69a0e525f30 (patch) | |
tree | ceaca7ce2723398bb44d4c9ecf92dfe419d0f401 /clientloop.c | |
parent | 58059aef053a0b925c70b9804930e3fe17edfac8 (diff) |
- stevesk@cvs.openbsd.org 2006/07/08 21:47:12
[authfd.c canohost.c clientloop.c dns.c dns.h includes.h]
[monitor_fdpass.c nchan.c packet.c servconf.c sftp.c ssh-agent.c]
[ssh-keyscan.c ssh.c sshconnect.h sshd.c sshlogin.h]
move #include <sys/socket.h> out of includes.h
Diffstat (limited to 'clientloop.c')
-rw-r--r-- | clientloop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c index fb66a6e40..c59d573c5 100644 --- a/clientloop.c +++ b/clientloop.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: clientloop.c,v 1.165 2006/07/02 23:01:55 stevesk Exp $ */ | 1 | /* $OpenBSD: clientloop.c,v 1.166 2006/07/08 21:47:12 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 |
@@ -65,6 +65,7 @@ | |||
65 | #ifdef HAVE_SYS_STAT_H | 65 | #ifdef HAVE_SYS_STAT_H |
66 | # include <sys/stat.h> | 66 | # include <sys/stat.h> |
67 | #endif | 67 | #endif |
68 | #include <sys/socket.h> | ||
68 | #include <sys/ioctl.h> | 69 | #include <sys/ioctl.h> |
69 | 70 | ||
70 | #include <ctype.h> | 71 | #include <ctype.h> |