aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-10 21:22:44 +0000
committerRichard M. Stallman1993-08-10 21:22:44 +0000
commitc62e9958651753b648f0264f23f322d183551a3c (patch)
tree315bbdadc058e8acfb36904a7f715160558b65d8 /src
parentabfc2e5fd21a2f8430fff7af6b9481a0a9a8a0db (diff)
downloademacs-c62e9958651753b648f0264f23f322d183551a3c.tar.gz
emacs-c62e9958651753b648f0264f23f322d183551a3c.zip
Handle NO_TERMIO in principal HAVE_TERMIOS case.
Diffstat (limited to 'src')
-rw-r--r--src/systty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index b07bfa27860..5d651877c95 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -36,7 +36,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
36#include <termios.h> /* termios.h needs to be before termio.h */ 36#include <termios.h> /* termios.h needs to be before termio.h */
37#include <termio.h> 37#include <termio.h>
38#else 38#else
39#ifndef NO_TERMIO
39#include <termio.h> 40#include <termio.h>
41#endif
40#include <termios.h> 42#include <termios.h>
41#endif /* _AIX && _I386 */ 43#endif /* _AIX && _I386 */
42#include <fcntl.h> 44#include <fcntl.h>