* timezone/zdump.c: Include ctype.h.

2005-09-17  Andreas Jaeger  <aj@suse.de>

	* timezone/zdump.c: Include ctype.h.
This commit is contained in:
Andreas Jaeger 2005-09-17 17:19:31 +00:00
parent 5ef5cbb620
commit da32adea56
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-09-17 Andreas Jaeger <aj@suse.de>
* timezone/zdump.c: Include ctype.h.
2005-09-16 Andreas Jaeger <aj@suse.de> 2005-09-16 Andreas Jaeger <aj@suse.de>
[BZ #1047] [BZ #1047]

View File

@ -12,6 +12,7 @@ static char elsieid[] = "@(#)zdump.c 7.66";
#include "time.h" /* for struct tm */ #include "time.h" /* for struct tm */
#include "stdlib.h" /* for exit, malloc, atoi */ #include "stdlib.h" /* for exit, malloc, atoi */
#include "float.h" /* for FLT_MAX and DBL_MAX */ #include "float.h" /* for FLT_MAX and DBL_MAX */
#include <ctype.h> /* for isascii, isalpha, isdigit */
#ifndef ZDUMP_LO_YEAR #ifndef ZDUMP_LO_YEAR
#define ZDUMP_LO_YEAR (-500) #define ZDUMP_LO_YEAR (-500)