OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PR libgomp/25877
[pf3gnuchains/gcc-fork.git]
/
libgomp
/
team.c
diff --git
a/libgomp/team.c
b/libgomp/team.c
index
1d8efb6
..
c994135
100644
(file)
--- a/
libgomp/team.c
+++ b/
libgomp/team.c
@@
-32,6
+32,10
@@
#include <stdlib.h>
#include <string.h>
+#ifdef HAVE_ALLOCA_H
+# include <alloca.h>
+#endif
+
/* This array manages threads spawned from the top level, which will
return to the idle loop once the current PARALLEL construct ends. */