110N/A--- lib/readline/input.c 2009-04-19 10:12:03.000000000 -0700
110N/A+++ lib/readline/input.c 2010-09-01 10:46:23.386144948 -0700
110N/A@@ -51,6 +51,10 @@
110N/A # include <sys/ioctl.h>
110N/A #endif
110N/A
110N/A+#if defined(SOLARIS)
110N/A+# include <sys/filio.h>
110N/A+#endif
110N/A+
110N/A #include <stdio.h>
110N/A #include <errno.h>
110N/A