diff -Naur ncurses-5.8/configure.in ncurses-5.8_new/configure.in --- ncurses-5.8/configure.in 2010-11-28 00:12:45.000000000 +0000 +++ ncurses-5.8_new/configure.in 2011-03-20 17:50:22.692322881 +0000 @@ -1338,6 +1338,7 @@ sys/select.h \ sys/time.h \ sys/times.h \ +time.h \ ttyent.h \ unistd.h \ wctype.h \ diff -Naur ncurses-5.8/ncurses/widechar/lib_add_wch.c ncurses-5.8_new/ncurses/widechar/lib_add_wch.c --- ncurses-5.8/ncurses/widechar/lib_add_wch.c 2010-12-19 01:32:55.000000000 +0000 +++ ncurses-5.8_new/ncurses/widechar/lib_add_wch.c 2011-03-20 17:51:17.940588320 +0000 @@ -308,7 +308,7 @@ /* * If we are using the alternate character set, forget about locale. - * Otherwise, if the locale * claims the code is printable, treat it that + * Otherwise, if the locale claims the code is printable, treat it that * way. */ if ((AttrOf(ch) & A_ALTCHARSET)