summaryrefslogtreecommitdiff
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, 4 insertions, 0 deletions
diff --git a/src/stty.c b/src/stty.c
index 47499addc..eabda01c4 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -54,6 +54,10 @@
#include <getopt.h>
#include <stdarg.h>
+#if HAVE_STROPT_H
+# include <stropt.h>
+#endif
+
#include "system.h"
#include "error.h"
#include "fd-reopen.h"