usr/src/cmd/bash/Solaris/diffs/glob.c.4.diff
changeset 72 82bde2a81435
parent 71 121736d79438
child 73 73cc228b67a6
equal deleted inserted replaced
71:121736d79438 72:82bde2a81435
     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"