natMethod.cc: Include <alloca.h>.

* java/lang/reflect/natMethod.cc: Include <alloca.h>.
	* java/lang/natDouble.cc: Always include <alloca.h>.
	Fix for PR libgcj/267.

From-SVN: r34665
This commit is contained in:
Tom Tromey 2000-06-23 17:39:00 +00:00 committed by Tom Tromey
parent f5e79dda40
commit 782c59d653
3 changed files with 10 additions and 15 deletions

View file

@ -10,6 +10,8 @@ details. */
#include <config.h>
#include <alloca.h>
#include <gcj/cni.h>
#include <jvm.h>
#include <jni.h>