From e5858cc975401a7ad2db921ab4de1f280765c1f5 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 30 Jun 2000 23:09:44 +0000 Subject: [PATCH] * include/jni.h: Include . Fixes PR libgcj/270. From-SVN: r34818 --- libjava/ChangeLog | 4 ++++ libjava/include/jni.h | 1 + 2 files changed, 5 insertions(+) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 6f4681f..35372bf 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2000-06-30 Tom Tromey + + * include/jni.h: Include . Fixes PR libgcj/270. + 2000-06-27 Andrew Haley * java/io/File.java (createTempFile): Close the FileDescriptor diff --git a/libjava/include/jni.h b/libjava/include/jni.h index 4442ce8..f25679a 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 +#include typedef struct _Jv_JNIEnv JNIEnv; typedef struct _Jv_JavaVM JavaVM; -- 2.7.4