This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: fix for PR libgcj/270
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: fix for PR libgcj/270
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 30 Jun 2000 17:14:18 -0600
- Reply-To: tromey at cygnus dot com
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;