summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordjm <djm>2006-03-15 00:11:28 +0000
committerdjm <djm>2006-03-15 00:11:28 +0000
commit03f387985186f3f9baf75483034cca49c9438047 (patch)
tree09ad97de706b559e6699830c174f221b8e00e3c2 /includes.h
parent94c7cde47f0f8f4f3d1151e1b76bef7eabf3b505 (diff)
downloadopenssh-03f387985186f3f9baf75483034cca49c9438047.tar.gz
- 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 b734f7d1..db2f2f5a 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: includes.h,v 1.24 2006/02/07 01:18:09 stevesk Exp $ */
+/* $OpenBSD: includes.h,v 1.25 2006/02/07 01:42:00 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -67,7 +67,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
# include <libc.h>
#endif
#include <unistd.h> /* For STDIN_FILENO, etc */
-#include <termios.h> /* Struct winsize */
/*
*-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively