* include/jni.h: Include <gcj/array.h>. Fixes PR libgcj/270.
From-SVN: r34818
This commit is contained in:
parent
abfc8a363e
commit
e5858cc975
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user