From: Andreas Jaeger Date: Sat, 17 Sep 2005 17:19:31 +0000 (+0000) Subject: * timezone/zdump.c: Include ctype.h. X-Git-Tag: cvs/fedora-glibc-20051003T2040~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da32adea565e2e8f3d397004ee1ca58152c11bab;p=thirdparty%2Fglibc.git * timezone/zdump.c: Include ctype.h. 2005-09-17 Andreas Jaeger * timezone/zdump.c: Include ctype.h. --- diff --git a/ChangeLog b/ChangeLog index a52f8fd1dc8..3d981e209ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-17 Andreas Jaeger + + * timezone/zdump.c: Include ctype.h. + 2005-09-16 Andreas Jaeger [BZ #1047] diff --git a/timezone/zdump.c b/timezone/zdump.c index 659f572b98c..d767d75fb74 100644 --- a/timezone/zdump.c +++ b/timezone/zdump.c @@ -12,6 +12,7 @@ static char elsieid[] = "@(#)zdump.c 7.66"; #include "time.h" /* for struct tm */ #include "stdlib.h" /* for exit, malloc, atoi */ #include "float.h" /* for FLT_MAX and DBL_MAX */ +#include /* for isascii, isalpha, isdigit */ #ifndef ZDUMP_LO_YEAR #define ZDUMP_LO_YEAR (-500)