Commit f1aa7a52 by Bryce McKinlay Committed by Bryce McKinlay

cni.h: Include <string.h>.

2000-05-31  Bryce McKinlay  <bryce@albatross.co.nz>

	* gcj/cni.h: Include <string.h>.
	* defineclass.cc: Include <alloca.h>.
	* interpret.cc: Ditto.
	* gij.cc: Include <stdlib.h>.

From-SVN: r34311
parent eb7e5da2
2000-05-31 Bryce McKinlay <bryce@albatross.co.nz>
* gcj/cni.h: Include <string.h>.
* defineclass.cc: Include <alloca.h>.
* interpret.cc: Ditto.
* gij.cc: Include <stdlib.h>.
2000-05-30 Tom Tromey <tromey@cygnus.com>
* include/name-finder.h: Include <sys/wait.h>.
......
......@@ -24,6 +24,7 @@ details. */
#ifdef INTERPRETER
#include <alloca.h>
#include <java-cpool.h>
#include <gcj/cni.h>
......
......@@ -18,6 +18,8 @@ details. */
#include <gcj/array.h>
#include <string.h>
extern inline jobject
JvAllocObject (jclass cls)
{
......
......@@ -16,6 +16,7 @@ details. */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <java/lang/System.h>
#include <java/util/Properties.h>
......
......@@ -35,6 +35,8 @@ details. */
#ifdef INTERPRETER
#include <alloca.h>
#define ClassError _CL_Q34java4lang5Error
extern java::lang::Class ClassError;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment