* java/util/natTimeZone.cc: Include <stdio.h>.

From-SVN: r54258
This commit is contained in:
Tom Tromey 2002-06-04 19:30:20 +00:00 committed by Tom Tromey
parent d6c7e0738b
commit 4e176a9bbd
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-06-04 Tom Tromey <tromey@redhat.com>
* java/util/natTimeZone.cc: Include <stdio.h>.
2002-05-29 Ulrich Weigand <uweigand@de.ibm.com>
* configure.host [s390*-linux*]: Set can_unwind_signal=yes.

View File

@ -19,6 +19,8 @@ details. */
#include <java/lang/Character.h>
#include <java/lang/Integer.h>
#include <stdio.h>
#if TIME_WITH_SYS_TIME
# include <sys/time.h>
# include <time.h>