* include/jni.h: Include stdio.h.

From-SVN: r50457
This commit is contained in:
Tom Tromey 2002-03-08 21:37:46 +00:00 committed by Tom Tromey
parent 5295f849ca
commit de3adb3d9c
2 changed files with 7 additions and 0 deletions

View File

@ -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>
* posix.cc (internal_gettimeofday): New function.

View File

@ -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