diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-30 23:09:44 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-30 23:09:44 +0000 |
| commit | 889a8a279019191b8cb24ab2ee04bcf3cf606f76 (patch) | |
| tree | 1abb2269095edc3e780960a18dbfccd2045e6fe6 /libjava/include | |
| parent | bf14e7f51d9bf2b5caae72f1c8f383200eb59b34 (diff) | |
| download | ppe42-gcc-889a8a279019191b8cb24ab2ee04bcf3cf606f76.tar.gz ppe42-gcc-889a8a279019191b8cb24ab2ee04bcf3cf606f76.zip | |
* include/jni.h: Include <gcj/array.h>. Fixes PR libgcj/270.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34818 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
| -rw-r--r-- | libjava/include/jni.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/include/jni.h b/libjava/include/jni.h index 4442ce8762e..f25679afa69 100644 --- a/libjava/include/jni.h +++ b/libjava/include/jni.h @@ -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; |

