* 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

@ -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>