This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
alloca () might end up unreferenced during linking.
[perl5.git]
/
cygwin
/
cygwin.c
diff --git
a/cygwin/cygwin.c
b/cygwin/cygwin.c
index
69cb5e4
..
ec564f6
100644
(file)
--- 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()