diff options
| author | Chet Ramey <chet.ramey@case.edu> | 2015-05-15 11:04:28 -0400 |
|---|---|---|
| committer | Chet Ramey <chet.ramey@case.edu> | 2015-05-15 11:04:28 -0400 |
| commit | 48abf0fdc980a0bb3f90ca007c6471b083211273 (patch) | |
| tree | 96d8a07948a6038b4cac5581d6b99f40d797886e /lib/readline/rltty.c | |
| parent | 85ec0778f9d778e1820fb8c0e3e996f2d1103b45 (diff) | |
| download | bash-48abf0fdc980a0bb3f90ca007c6471b083211273.tar.gz | |
commit bash-20150424 snapshot
Diffstat (limited to 'lib/readline/rltty.c')
| -rw-r--r-- | lib/readline/rltty.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/readline/rltty.c b/lib/readline/rltty.c index 14fc7888..3aff8049 100644 --- a/lib/readline/rltty.c +++ b/lib/readline/rltty.c @@ -37,11 +37,11 @@ #include "rldefs.h" -#if defined (GWINSZ_IN_SYS_IOCTL) -# include <sys/ioctl.h> -#endif /* GWINSZ_IN_SYS_IOCTL */ - #include "rltty.h" +#if defined (HAVE_SYS_IOCTL_H) +# include <sys/ioctl.h> /* include for declaration of ioctl */ +#endif + #include "readline.h" #include "rlprivate.h" |
