summaryrefslogtreecommitdiff
path: root/sshtty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshtty.c')
-rw-r--r--sshtty.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sshtty.c b/sshtty.c
index 0b17c3e2..dcaba183 100644
--- a/sshtty.c
+++ b/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"