OSDN Git Service

* java/util/natTimeZone.cc: Include <stdio.h>.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Jun 2002 19:30:20 +0000 (19:30 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Jun 2002 19:30:20 +0000 (19:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54258 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/java/util/natTimeZone.cc

index df8a405..cf7945b 100644 (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.
index 7743c61..ea59293 100644 (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>