summaryrefslogtreecommitdiffstats
path: root/libjava/include
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-08 21:37:46 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-03-08 21:37:46 +0000
commite9597369088c3720e2b0707f6758b33645ef587c (patch)
tree71327dfdad52577e036c37bd2d9f676caa5297cf /libjava/include
parente8a249a62e0ae7a7bcfa6c7ecdb748e27f7cd9cb (diff)
downloadppe42-gcc-e9597369088c3720e2b0707f6758b33645ef587c.tar.gz
ppe42-gcc-e9597369088c3720e2b0707f6758b33645ef587c.zip
* include/jni.h: Include stdio.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50457 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/include')
-rw-r--r--libjava/include/jni.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/jni.h b/libjava/include/jni.h
index d55411f554f..d41a6a2d234 100644
--- a/libjava/include/jni.h
+++ b/libjava/include/jni.h
@@ -16,6 +16,9 @@ details. */
#include <gcj/libgcj-config.h>
+// We include <stdio.h> for compatibility with Sun's <jni.h>.
+#include <stdio.h>
+
#include <stdarg.h>
#define _Jv_va_list va_list
OpenPOWER on IntegriCloud