Change 30087 by [EMAIL PROTECTED] on 2007/01/31 15:38:06
alloca () might end up unreferenced during linking.
Thanks Steve
Affected files ...
... //depot/perl/cygwin/cygwin.c#14 edit
Differences ...
==== //depot/perl/cygwin/cygwin.c#14 (text) ====
Index: perl/cygwin/cygwin.c
--- perl/cygwin/cygwin.c#13~29142~ 2006-10-29 16:22:00.000000000 -0800
+++ perl/cygwin/cygwin.c 2007-01-31 07:38:06.000000000 -0800
@@ -10,6 +10,7 @@
#include <unistd.h>
#include <process.h>
#include <sys/cygwin.h>
+#include <alloca.h>
/*
* pp_system() implemented via spawn()
End of Patch.