components/bash/patches/solaris-010.input.c.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 01 Mar 2011 14:19:15 -0800
changeset 115 c360825c3a3f
parent 110 components/bash/solaris-010.input.c.patch@77641682ba6f
child 5518 c47fe0edc204
permissions -rw-r--r--
7022166 userland patches should move to subdirs

--- 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 <sys/ioctl.h>
 #endif
 
+#if defined(SOLARIS)
+#  include <sys/filio.h>
+#endif
+
 #include <stdio.h>
 #include <errno.h>