mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-11 05:23:55 +08:00
* include/jni.h: Include stdio.h.
From-SVN: r50457
This commit is contained in:
parent
5295f849ca
commit
de3adb3d9c
@ -1,3 +1,7 @@
|
|||||||
|
2002-03-08 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* include/jni.h: Include stdio.h.
|
||||||
|
|
||||||
2002-03-08 Tom Tromey <tromey@redhat.com>
|
2002-03-08 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* posix.cc (internal_gettimeofday): New function.
|
* posix.cc (internal_gettimeofday): New function.
|
||||||
|
@ -16,6 +16,9 @@ details. */
|
|||||||
|
|
||||||
#include <gcj/libgcj-config.h>
|
#include <gcj/libgcj-config.h>
|
||||||
|
|
||||||
|
// We include <stdio.h> for compatibility with Sun's <jni.h>.
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#define _Jv_va_list va_list
|
#define _Jv_va_list va_list
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user