summaryrefslogtreecommitdiff
path: root/src/stty.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-08 22:54:40 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-08 22:54:40 +0000
commit137c1c2208d475ef21559109e303b8152c37dbec (patch)
tree409c3440dbdeb82f4d30156295952c7519857697 /src/stty.c
parentdb7d10bd9d755f4dfbd45aac780bca6b9dd10626 (diff)
downloadcoreutils-137c1c2208d475ef21559109e303b8152c37dbec.tar.xz
Include stropt.h if available.
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"