summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:28:34 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:28:34 +1100
commit17e91c0fb01787f9a5974a997bb26114a435dde7 (patch)
treed4b1264eaf80ff34ee75517656a2428e1a3a7c18 /clientloop.c
parentc47d7e9e1905adbef3489cc2bbdceda02d212f7e (diff)
- stevesk@cvs.openbsd.org 2006/02/10 00:27:13
[channels.c clientloop.c includes.h misc.c progressmeter.c sftp.c] [ssh.c sshd.c sshpty.c] move #include <sys/ioctl.h> out of includes.h; ok markus@
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/clientloop.c b/clientloop.c
index 893ba30ff..52f3bd5b5 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -59,7 +59,9 @@
59 */ 59 */
60 60
61#include "includes.h" 61#include "includes.h"
62RCSID("$OpenBSD: clientloop.c,v 1.151 2006/02/08 12:15:27 stevesk Exp $"); 62RCSID("$OpenBSD: clientloop.c,v 1.152 2006/02/10 00:27:13 stevesk Exp $");
63
64#include <sys/ioctl.h>
63 65
64#include <paths.h> 66#include <paths.h>
65#include <termios.h> 67#include <termios.h>