Patch: fix for PR libgcj/270

Tom Tromey tromey@cygnus.com
Fri Jun 30 16:09:00 GMT 2000


I'm checking this in.
It fixes PR libgcj/270.

2000-06-30  Tom Tromey  <tromey@cygnus.com>

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

Tom

Index: include/jni.h
===================================================================
RCS file: /cvs/java/libgcj/libjava/include/jni.h,v
retrieving revision 1.12
diff -u -r1.12 jni.h
--- jni.h	2000/03/07 19:55:25	1.12
+++ jni.h	2000/06/30 23:09:07
@@ -21,6 +21,7 @@
 
 /* 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;


More information about the Java-patches mailing list