summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-02-10 00:27:14 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-02-10 00:27:14 +0000
commit1523461d54d7fa8fb675846e8df65c5262534493 (patch)
tree393f990e493f42e6ea75f3f9f2ecb460d2cab90b /usr.bin/ssh/clientloop.c
parent2f1965eec8d09c342d0a1401eafcb77208fa4e49 (diff)
move #include <sys/ioctl.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r--usr.bin/ssh/clientloop.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c
index 893ba30ffb4..52f3bd5b55c 100644
--- a/usr.bin/ssh/clientloop.c
+++ b/usr.bin/ssh/clientloop.c
@@ -59,7 +59,9 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.151 2006/02/08 12:15:27 stevesk Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.152 2006/02/10 00:27:13 stevesk Exp $");
+
+#include <sys/ioctl.h>
#include <paths.h>
#include <termios.h>