components/bash/patches/solaris-010.input.c.patch
changeset 115 c360825c3a3f
parent 110 77641682ba6f
child 5518 c47fe0edc204
equal deleted inserted replaced
114:6cc95ec7b1bb 115:c360825c3a3f
       
     1 --- lib/readline/input.c	2009-04-19 10:12:03.000000000 -0700
       
     2 +++ lib/readline/input.c	2010-09-01 10:46:23.386144948 -0700
       
     3 @@ -51,6 +51,10 @@
       
     4  #  include <sys/ioctl.h>
       
     5  #endif
       
     6  
       
     7 +#if defined(SOLARIS)
       
     8 +#  include <sys/filio.h>
       
     9 +#endif
       
    10 +
       
    11  #include <stdio.h>
       
    12  #include <errno.h>
       
    13