summaryrefslogtreecommitdiff
path: root/sshtty.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:11:28 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:11:28 +1100
commit99bd21e3fe8f8312cb71c1ebf23c34a82a861429 (patch)
tree998eb58d19d512ff72278df354af214248b95f7c /sshtty.c
parent2eb6340ddd2d1326cb3fd708be21b1bce7355e49 (diff)
- stevesk@cvs.openbsd.org 2006/02/07 01:42:00
[channels.c clientloop.c clientloop.h includes.h packet.h] [serverloop.c sshpty.c sshpty.h sshtty.c ttymodes.c] move #include <termios.h> out of includes.h; ok markus@
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 0b17c3e2d..dcaba1830 100644
--- a/sshtty.c
+++ b/sshtty.c
@@ -35,7 +35,9 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: sshtty.c,v 1.6 2004/05/08 00:01:37 deraadt Exp $"); 38RCSID("$OpenBSD: sshtty.c,v 1.7 2006/02/07 01:42:00 stevesk Exp $");
39
40#include <termios.h>
39 41
40#include "sshpty.h" 42#include "sshpty.h"
41#include "log.h" 43#include "log.h"