Commit de3adb3d by Tom Tromey Committed by Tom Tromey

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

From-SVN: r50457
parent 5295f849
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.
(_Jv_select): Use it.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment