From f98aed5a782abffd9c6d9973943e5f32017d1e87 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 May 2010 08:24:21 +0200 Subject: maint: accommodate new syntax-check rules * bootstrap.conf (gnulib_modules): Add sys_ioctl * src/lid.c: Include unconditionally. * libidu/xnls.h: Don't depend on HAVE_LOCALE_H. is always available. --- src/lid.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lid.c') diff --git a/src/lid.c b/src/lid.c index dbb7f3b..26246a9 100644 --- a/src/lid.c +++ b/src/lid.c @@ -1512,9 +1512,7 @@ static struct termios savemode; #else /* not HAVE_TERMIOS_H */ -# if HAVE_SYS_IOCTL_H -# include -# endif +#include # if HAVE_TERMIO_H -- cgit v1.2.3