* 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

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