X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libgomp%2Fteam.c;h=c99413502d5d0d65cf031f5ab9d7ce2b8125cfe5;hp=1d8efb688afcf15e56b9754c6ba08b2a736915f3;hb=ef2e6d4f06a1b3f6ed317e33765b6101b3acef5a;hpb=6e73639a226b8c3b97e0e1f677e30e45a3870d28 diff --git a/libgomp/team.c b/libgomp/team.c index 1d8efb688af..c99413502d5 100644 --- a/libgomp/team.c +++ b/libgomp/team.c @@ -32,6 +32,10 @@ #include #include +#ifdef HAVE_ALLOCA_H +# include +#endif + /* This array manages threads spawned from the top level, which will return to the idle loop once the current PARALLEL construct ends. */