summaryrefslogtreecommitdiff
path: root/includes.h
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 /includes.h
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 'includes.h')
-rw-r--r--includes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes.h b/includes.h
index b734f7d1b..db2f2f5a2 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: includes.h,v 1.24 2006/02/07 01:18:09 stevesk Exp $ */ 1/* $OpenBSD: includes.h,v 1.25 2006/02/07 01:42:00 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -67,7 +67,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
67# include <libc.h> 67# include <libc.h>
68#endif 68#endif
69#include <unistd.h> /* For STDIN_FILENO, etc */ 69#include <unistd.h> /* For STDIN_FILENO, etc */
70#include <termios.h> /* Struct winsize */
71 70
72/* 71/*
73 *-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively 72 *-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively