# HG changeset patch # User Richard M. Stallman # Date 738797538 0 # Node ID e177111a0442a9d32a3a08079a2640d80543714b # Parent 98165b0663311b3027b8abd1a500b97ebb377308 [HAVE_TERMIOS _AIX _I386]: Include termios before termio. diff -r 98165b066331 -r e177111a0442 src/systty.h --- a/src/systty.h Sun May 30 20:56:46 1993 +0000 +++ b/src/systty.h Sun May 30 21:32:18 1993 +0000 @@ -30,8 +30,13 @@ #include #else #ifdef HAVE_TERMIOS +#if defined(_AIX) && defined(_I386) +#include /* termios.h needs to be before termio.h */ +#include +#else #include #include +#endif /* _AIX && _I386 */ #include #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ #ifndef VMS