diff options
| author | Karl Heuer | 1996-05-21 14:43:54 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-05-21 14:43:54 +0000 |
| commit | c3ff76c42adaaa6a51a82d9573108b0a8d5dfa6d (patch) | |
| tree | a6ae221fabb4635f3370137337bf22ab8465899f /src | |
| parent | caf9b328c30608c3603d958d82c5899cd1645f8b (diff) | |
| download | emacs-c3ff76c42adaaa6a51a82d9573108b0a8d5dfa6d.tar.gz emacs-c3ff76c42adaaa6a51a82d9573108b0a8d5dfa6d.zip | |
[__GNU_LIBRARY__]: #include <sys/ioctl.h>.
Diffstat (limited to 'src')
| -rw-r--r-- | src/systty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h index b5d7c7b7cfa..4814c913b01 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -116,6 +116,7 @@ static struct sensemode { | |||
| 116 | #endif /* not HAVE_TERMIO */ | 116 | #endif /* not HAVE_TERMIO */ |
| 117 | 117 | ||
| 118 | #ifdef __GNU_LIBRARY__ | 118 | #ifdef __GNU_LIBRARY__ |
| 119 | #include <sys/ioctl.h> | ||
| 119 | #include <termios.h> | 120 | #include <termios.h> |
| 120 | #endif | 121 | #endif |
| 121 | 122 | ||