components/bash/patches/solaris-003.glob.c.patch
author Melynda Hunter <melynda.hunter@Oracle.COM>
Wed, 19 Jun 2013 21:18:37 -0700
branchs11u1-sru
changeset 2655 93f30dbfa434
parent 115 c360825c3a3f
child 5518 c47fe0edc204
permissions -rw-r--r--
Added tag 0.175.1.9.0.3.0, S11.1SRU9.3 for changeset 4d6a58429fb1

--- lib/glob/glob.c	2009-11-14 15:39:30.000000000 -0800
+++ lib/glob/glob.c	2010-09-01 10:28:10.161379481 -0700
@@ -34,6 +34,10 @@
 #  include <unistd.h>
 #endif
 
+#if defined (HAVE_ALLOCA) && defined (HAVE_ALLOCA_H)
+#  include <alloca.h>
+#endif
+
 #include "bashansi.h"
 #include "posixdir.h"
 #include "posixstat.h"