diff options
Diffstat (limited to 'src/lid.c')
-rw-r--r-- | src/lid.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1512,9 +1512,7 @@ static struct termios savemode; #else /* not HAVE_TERMIOS_H */ -# if HAVE_SYS_IOCTL_H -# include <sys/ioctl.h> -# endif +#include <sys/ioctl.h> # if HAVE_TERMIO_H |