# 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/display.c 2015-04-02 11:04:32.395423459 -0700 +++ lib/readline/display.c 2015-04-02 11:05:13.614898815 -0700 @@ -41,6 +41,10 @@ #include +#if defined(SOLARIS) +# include +#endif + #ifdef __MSDOS__ # include #endif