projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8de0299
)
alloca () might end up unreferenced during linking.
H.Merijn Brand [Wed, 31 Jan 2007 15:38:06 +0000 (15:38 +0000)]
Thanks Steve
p4raw-id: //depot/perl@30087
cygwin/cygwin.c
patch
|
blob
|
blame
|
history
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()