* interpret.cc: Include <stdlib.h> for alloca.
* defineclass.cc: Include <stdlib.h> for alloca.
From-SVN: r36986
2000-10-20 Tom Tromey <tromey@cygnus.com>
+ From Arno J. Klaassen:
+ * interpret.cc: Include <stdlib.h> for alloca.
+ * defineclass.cc: Include <stdlib.h> for alloca.
+
* Makefile.in: Rebuilt.
* Makefile.am: Include deps.mk.
(GCJCOMPILE): Added -MD, -MT, and -MF.
#ifdef INTERPRETER
+#include <stdlib.h>
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif
#ifdef INTERPRETER
+#include <stdlib.h>
#if HAVE_ALLOCA_H
#include <alloca.h>
#endif