* include/jni.h: Include <gcj/array.h>. Fixes PR libgcj/270.
authorTom Tromey <tromey@cygnus.com>
Fri, 30 Jun 2000 23:09:44 +0000 (23:09 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 30 Jun 2000 23:09:44 +0000 (23:09 +0000)
From-SVN: r34818

libjava/ChangeLog
libjava/include/jni.h

index 6f4681f..35372bf 100644 (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
index 4442ce8..f25679a 100644 (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;