1 # Solaris-specific patch. alloca(3c) is not visible without
2 # including <alloca.h>.
4 --- lib/glob/glob.c 2009-11-14 15:39:30.000000000 -0800
5 +++ lib/glob/glob.c 2010-09-01 10:28:10.161379481 -0700
10 +#if defined (HAVE_ALLOCA) && defined (HAVE_ALLOCA_H)
16 #include "posixstat.h"