about summary refs log tree commit diff
path: root/timezone
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2005-09-17 17:19:31 +0000
committerAndreas Jaeger <aj@suse.de>2005-09-17 17:19:31 +0000
commitda32adea565e2e8f3d397004ee1ca58152c11bab (patch)
tree8d53ffc93764e623d537e9673238b7930e312be4 /timezone
parent5ef5cbb6208180c5c3550c4e2f81a40dcb1618cc (diff)
downloadglibc-da32adea565e2e8f3d397004ee1ca58152c11bab.tar.gz
glibc-da32adea565e2e8f3d397004ee1ca58152c11bab.tar.xz
glibc-da32adea565e2e8f3d397004ee1ca58152c11bab.zip
* timezone/zdump.c: Include ctype.h.
2005-09-17  Andreas Jaeger  <aj@suse.de>

	* timezone/zdump.c: Include ctype.h.
Diffstat (limited to 'timezone')
-rw-r--r--timezone/zdump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/timezone/zdump.c b/timezone/zdump.c
index 659f572b98..d767d75fb7 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 <ctype.h>	/* for isascii, isalpha, isdigit */
 
 #ifndef ZDUMP_LO_YEAR
 #define ZDUMP_LO_YEAR	(-500)