summaryrefslogtreecommitdiff
path: root/src/systty.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-05-21 14:43:54 +0000
committerKarl Heuer <kwzh@gnu.org>1996-05-21 14:43:54 +0000
commitc3ff76c42adaaa6a51a82d9573108b0a8d5dfa6d (patch)
treea6ae221fabb4635f3370137337bf22ab8465899f /src/systty.h
parentcaf9b328c30608c3603d958d82c5899cd1645f8b (diff)
[__GNU_LIBRARY__]: #include <sys/ioctl.h>.
Diffstat (limited to 'src/systty.h')
-rw-r--r--src/systty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index b5d7c7b7cf..4814c913b0 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -116,6 +116,7 @@ static struct sensemode {
#endif /* not HAVE_TERMIO */
#ifdef __GNU_LIBRARY__
+#include <sys/ioctl.h>
#include <termios.h>
#endif