From d2d846a3d1fcf81ebd45aaf3e44dada86744fc91 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Jun 1993 23:40:04 +0000 Subject: Add NO_TERMIO conditional. --- src/systty.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/systty.h b/src/systty.h index 2171a960465..1324286c7fb 100644 --- a/src/systty.h +++ b/src/systty.h @@ -26,7 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef __DGUX #include #endif +#ifndef NO_TERMIO #include +#endif /* not NO_TERMIO */ #include #else #ifdef HAVE_TERMIOS -- cgit v1.2.1