Commit e5858cc9 by Tom Tromey Committed by Tom Tromey

* include/jni.h: Include <gcj/array.h>. Fixes PR libgcj/270.

From-SVN: r34818
parent abfc8a36
2000-06-30 Tom Tromey <tromey@cygnus.com>
* include/jni.h: Include <gcj/array.h>. Fixes PR libgcj/270.
2000-06-27 Andrew Haley <aph@cygnus.com>
* java/io/File.java (createTempFile): Close the FileDescriptor
......
......@@ -21,6 +21,7 @@ details. */
/* This is wrong, because it pollutes the name-space too much! */
#include <gcj/javaprims.h>
#include <gcj/array.h>
typedef struct _Jv_JNIEnv JNIEnv;
typedef struct _Jv_JavaVM JavaVM;
......
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