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