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

From-SVN: r34818
This commit is contained in:
Tom Tromey 2000-06-30 23:09:44 +00:00 committed by Tom Tromey
parent abfc8a363e
commit e5858cc975
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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;