diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-01-31 15:38:06 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-01-31 15:38:06 +0000 |
commit | 6d7e4387f586ed0a50c72bc4a94d68216f838d91 (patch) | |
tree | e97811866c504d8943f4140f0b351d08b3bf8a82 /cygwin | |
parent | 8de02997ac38b64dd5d3d654b85f7d29a1fc56af (diff) | |
download | perl-6d7e4387f586ed0a50c72bc4a94d68216f838d91.tar.gz |
alloca () might end up unreferenced during linking.
Thanks Steve
p4raw-id: //depot/perl@30087
Diffstat (limited to 'cygwin')
-rw-r--r-- | cygwin/cygwin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cygwin/cygwin.c b/cygwin/cygwin.c index 69cb5e40e3..ec564f68cf 100644 --- a/cygwin/cygwin.c +++ b/cygwin/cygwin.c @@ -10,6 +10,7 @@ #include <unistd.h> #include <process.h> #include <sys/cygwin.h> +#include <alloca.h> /* * pp_system() implemented via spawn() |