# If bash uses ncurses, then its own copy of libreadline should # use ncurses too. # Solaris-specific. On Linux, the header file is named # . # We should submit this upstream. --- lib/readline/terminal.c 2013-09-18 06:12:01.000000000 -0700 +++ lib/readline/terminal.c 2015-04-02 11:02:07.348094364 -0700 @@ -48,6 +48,10 @@ #include +#if defined(SOLARIS) +# include +#endif + /* System-specific feature definitions and include files. */ #include "rldefs.h"