* java/util/natTimeZone.cc: Include <stdio.h>.
From-SVN: r54258
This commit is contained in:
parent
d6c7e0738b
commit
4e176a9bbd
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2002-05-29 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
* configure.host [s390*-linux*]: Set can_unwind_signal=yes.
|
* configure.host [s390*-linux*]: Set can_unwind_signal=yes.
|
||||||
|
|
|
@ -19,6 +19,8 @@ details. */
|
||||||
#include <java/lang/Character.h>
|
#include <java/lang/Character.h>
|
||||||
#include <java/lang/Integer.h>
|
#include <java/lang/Integer.h>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#if TIME_WITH_SYS_TIME
|
#if TIME_WITH_SYS_TIME
|
||||||
# include <sys/time.h>
|
# include <sys/time.h>
|
||||||
# include <time.h>
|
# include <time.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue