diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-11 22:15:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-11 22:15:20 +0000 |
commit | c9b67b7b0364b29cb7dd08909ddfcac4fb21f9c7 (patch) | |
tree | 6fd33894221c15316e61c9a7e57c7822afbe59d1 /src/systty.h | |
parent | adb0462ca4df60d653e323f5166c5278aea6c6f7 (diff) | |
download | emacs-c9b67b7b0364b29cb7dd08909ddfcac4fb21f9c7.tar.gz |
[__GNU_LIBRARY__]: Include <termios.h>.
Diffstat (limited to 'src/systty.h')
-rw-r--r-- | src/systty.h | 4 |
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 { #endif /* not HAVE_TERMIOS */ #endif /* not HAVE_TERMIO */ +#ifdef __GNU_LIBRARY__ +#include <termios.h> +#endif + #ifdef AIX /* Get files for keyboard remapping */ #define HFNKEYS 2 |