# HG changeset patch # User Richard M. Stallman # Date 745017764 0 # Node ID 3541cdf85881bfe9bd017a7322f277a22302c882 # Parent 0fd9dd894f9faabc98366727eeaeac9bcbfd386e Handle NO_TERMIO in principal HAVE_TERMIOS case. diff -r 0fd9dd894f9f -r 3541cdf85881 src/systty.h --- a/src/systty.h Tue Aug 10 21:16:01 1993 +0000 +++ b/src/systty.h Tue Aug 10 21:22:44 1993 +0000 @@ -36,7 +36,9 @@ #include /* termios.h needs to be before termio.h */ #include #else +#ifndef NO_TERMIO #include +#endif #include #endif /* _AIX && _I386 */ #include