summaryrefslogtreecommitdiffstats
path: root/channels.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 01:28:34 +0100
committerDamien Miller <djm@mindrot.org>2006-03-15 01:28:34 +0100
commit17e91c0fb01787f9a5974a997bb26114a435dde7 (patch)
treed4b1264eaf80ff34ee75517656a2428e1a3a7c18 /channels.c
parent - jmc@cvs.openbsd.org 2006/02/09 10:10:47 (diff)
downloadopenssh-17e91c0fb01787f9a5974a997bb26114a435dde7.tar.xz
openssh-17e91c0fb01787f9a5974a997bb26114a435dde7.zip
- 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 'channels.c')
-rw-r--r--channels.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/channels.c b/channels.c
index 78d4d9187..3955b6158 100644
--- a/channels.c
+++ b/channels.c
@@ -39,7 +39,9 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: channels.c,v 1.233 2006/02/07 01:42:00 stevesk Exp $");
+RCSID("$OpenBSD: channels.c,v 1.234 2006/02/10 00:27:13 stevesk Exp $");
+
+#include <sys/ioctl.h>
#include <termios.h>