aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1994-05-11 22:15:20 +0000
committerRoland McGrath1994-05-11 22:15:20 +0000
commitc9b67b7b0364b29cb7dd08909ddfcac4fb21f9c7 (patch)
tree6fd33894221c15316e61c9a7e57c7822afbe59d1 /src
parentadb0462ca4df60d653e323f5166c5278aea6c6f7 (diff)
downloademacs-c9b67b7b0364b29cb7dd08909ddfcac4fb21f9c7.tar.gz
emacs-c9b67b7b0364b29cb7dd08909ddfcac4fb21f9c7.zip
[__GNU_LIBRARY__]: Include <termios.h>.
Diffstat (limited to 'src')
-rw-r--r--src/systty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index dc728a2a79e..bb71fe5f156 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -114,6 +114,10 @@ static struct sensemode {
114#endif /* not HAVE_TERMIOS */ 114#endif /* not HAVE_TERMIOS */
115#endif /* not HAVE_TERMIO */ 115#endif /* not HAVE_TERMIO */
116 116
117#ifdef __GNU_LIBRARY__
118#include <termios.h>
119#endif
120
117#ifdef AIX 121#ifdef AIX
118/* Get files for keyboard remapping */ 122/* Get files for keyboard remapping */
119#define HFNKEYS 2 123#define HFNKEYS 2