# libreadline needs to include (FIONREAD) on Solaris. # Solaris-specific patch. # Not for upstream. --- lib/readline/input.c 2009-04-19 10:12:03.000000000 -0700 +++ lib/readline/input.c 2010-09-01 10:46:23.386144948 -0700 @@ -51,6 +51,10 @@ # include #endif +#if defined(SOLARIS) +# include +#endif + #include #include