This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: trunk libjava build failure in natTimeZone.cc?
- From: Tom Tromey <tromey at redhat dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>
- Date: 04 Jun 2002 13:25:17 -0600
- Subject: Re: trunk libjava build failure in natTimeZone.cc?
- References: <40700B4C02ABD5119F000090278766443BF305@hplex1.hpl.hp.com>
- Reply-to: tromey at redhat dot com
>>>>> "Hans" == Boehm, Hans <hans_boehm@hp.com> writes:
Hans> I'm seeing the following on the trunk. Are others seeing this,
Hans> too? It seems to me that stdio.h should be included somewhere
Hans> to use sprintf. Was that the intent?
Sorry about that. Explicitly adding stdio.h to this file is fine.
I'll check in the fix shortly.
Tom