components/bash/patches/solaris-003.glob.c.patch
branchs11u3-sru
changeset 7627 4758b76d5ad5
parent 7623 d89b1c5817f5
child 7628 409696918882
equal deleted inserted replaced
7623:d89b1c5817f5 7627:4758b76d5ad5
     1 --- lib/glob/glob.c	2009-11-14 15:39:30.000000000 -0800
       
     2 +++ lib/glob/glob.c	2010-09-01 10:28:10.161379481 -0700
       
     3 @@ -34,6 +34,10 @@
       
     4  #  include <unistd.h>
       
     5  #endif
       
     6  
       
     7 +#if defined (HAVE_ALLOCA) && defined (HAVE_ALLOCA_H)
       
     8 +#  include <alloca.h>
       
     9 +#endif
       
    10 +
       
    11  #include "bashansi.h"
       
    12  #include "posixdir.h"
       
    13  #include "posixstat.h"