summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshtty.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-02-07 01:42:01 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-02-07 01:42:01 +0000
commit1f6e539e343fc2242bff2b2565cd552d2eff24e3 (patch)
tree826fb169d71512d9c8235abcd9decbca9264fc4f /usr.bin/ssh/sshtty.c
parent2f42255a970d3a981eb1026f3054d095d2742ec8 (diff)
move #include <termios.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/sshtty.c')
-rw-r--r--usr.bin/ssh/sshtty.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshtty.c b/usr.bin/ssh/sshtty.c
index 0b17c3e2d83..dcaba1830f0 100644
--- a/usr.bin/ssh/sshtty.c
+++ b/usr.bin/ssh/sshtty.c
@@ -35,7 +35,9 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshtty.c,v 1.6 2004/05/08 00:01:37 deraadt Exp $");
+RCSID("$OpenBSD: sshtty.c,v 1.7 2006/02/07 01:42:00 stevesk Exp $");
+
+#include <termios.h>
#include "sshpty.h"
#include "log.h"