# HG changeset patch # User Richard M. Stallman # Date 739496404 0 # Node ID 009b22e07a638228b216a6e841168aeefd57cb88 # Parent eaf1cea13ba07b465652429e488babcff7ed0efc Add NO_TERMIO conditional. diff -r eaf1cea13ba0 -r 009b22e07a63 src/systty.h --- a/src/systty.h Mon Jun 07 23:35:09 1993 +0000 +++ b/src/systty.h Mon Jun 07 23:40:04 1993 +0000 @@ -26,7 +26,9 @@ #ifdef __DGUX #include #endif +#ifndef NO_TERMIO #include +#endif /* not NO_TERMIO */ #include #else #ifdef HAVE_TERMIOS