Browse Source

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

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

	* timezone/zdump.c: Include ctype.h.
cvs/glibc-2_5-branch
Andreas Jaeger 21 years ago
parent
commit
da32adea56
  1. 4
      ChangeLog
  2. 1
      timezone/zdump.c

4
ChangeLog

@ -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>
[BZ #1047]

1
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 <ctype.h> /* for isascii, isalpha, isdigit */
#ifndef ZDUMP_LO_YEAR
#define ZDUMP_LO_YEAR (-500)

Loading…
Cancel
Save