summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshtty.c
diff options
context:
space:
mode:
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"