From: Richard M. Stallman Date: Tue, 10 Aug 1993 21:22:44 +0000 (+0000) Subject: Handle NO_TERMIO in principal HAVE_TERMIOS case. X-Git-Tag: emacs-19.34~11312 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c62e9958651753b648f0264f23f322d183551a3c;p=emacs.git Handle NO_TERMIO in principal HAVE_TERMIOS case. --- diff --git a/src/systty.h b/src/systty.h index b07bfa27860..5d651877c95 100644 --- a/src/systty.h +++ b/src/systty.h @@ -36,7 +36,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include /* termios.h needs to be before termio.h */ #include #else +#ifndef NO_TERMIO #include +#endif #include #endif /* _AIX && _I386 */ #include