Mercurial > emacs
changeset 3319:e177111a0442
[HAVE_TERMIOS _AIX _I386]: Include termios before termio.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 May 1993 21:32:18 +0000 |
parents | 98165b066331 |
children | 8995a815f92f |
files | src/systty.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <fcntl.h> #else #ifdef HAVE_TERMIOS +#if defined(_AIX) && defined(_I386) +#include <termios.h> /* termios.h needs to be before termio.h */ +#include <termio.h> +#else #include <termio.h> #include <termios.h> +#endif /* _AIX && _I386 */ #include <fcntl.h> #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ #ifndef VMS