changeset 109899:b2b005d54ebb

* src/term.c: Do not include <termios.h>, systty.h does it.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 20 Aug 2010 15:44:38 -0700
parents 800e9323329b
children 256885bda0af
files src/ChangeLog src/term.c
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Aug 20 15:36:07 2010 -0700
+++ b/src/ChangeLog	Fri Aug 20 15:44:38 2010 -0700
@@ -1,5 +1,7 @@
 2010-08-20  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* term.c: Do not include <termios.h>, systty.h does it.
+
 	* s/unixware.h (HAVE_TCATTR):
 	* s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
 	systty.h defines it when HAVE_TERMIOS is defined.
--- a/src/term.c	Fri Aug 20 15:36:07 2010 -0700
+++ b/src/term.c	Fri Aug 20 15:44:38 2010 -0700
@@ -31,9 +31,6 @@
 #include <unistd.h>
 #endif
 
-#if HAVE_TERMIOS_H
-#include <termios.h>		/* For TIOCNOTTY. */
-#endif
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif