From c62e9958651753b648f0264f23f322d183551a3c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 10 Aug 1993 21:22:44 +0000 Subject: [PATCH] Handle NO_TERMIO in principal HAVE_TERMIOS case. --- src/systty.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5