diff options
Diffstat (limited to 'src/ls.c')
-rw-r--r-- | src/ls.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -39,9 +39,7 @@ #include <config.h> #include <sys/types.h> -#if HAVE_TERMIOS_H -# include <termios.h> -#endif +#include <termios.h> #if HAVE_STROPTS_H # include <stropts.h> #endif |