* java/util/natTimeZone.cc: Include <stdio.h>.
authorTom Tromey <tromey@redhat.com>
Tue, 4 Jun 2002 19:30:20 +0000 (19:30 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 4 Jun 2002 19:30:20 +0000 (19:30 +0000)
From-SVN: r54258

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

index df8a4050f458be2ba2e8bcf23189a0686e9362ee..cf7945b188cf8d8c81909d9b7fe2055e4a4c0736 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 7743c612546ac7469f7e01fc3540ffd2b7643f8c..ea59293513d5083231c7f326ec1a0a1c5365f022 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>