aboutsummaryrefslogtreecommitdiffstats
path: root/src/stty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stty.c')
-rw-r--r--src/stty.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/stty.c b/src/stty.c
index 8c6920fe1..71045c281 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -42,9 +42,7 @@
#if HAVE_STROPTS_H
# include <stropts.h>
#endif
-#ifdef HAVE_SYS_IOCTL_H
-# include <sys/ioctl.h>
-#endif
+#include <sys/ioctl.h>
#ifdef WINSIZE_IN_PTEM
# include <sys/stream.h>