* timezone/zdump.c: Include ctype.h.
authorAndreas Jaeger <aj@suse.de>
Sat, 17 Sep 2005 17:19:31 +0000 (17:19 +0000)
committerAndreas Jaeger <aj@suse.de>
Sat, 17 Sep 2005 17:19:31 +0000 (17:19 +0000)
2005-09-17  Andreas Jaeger  <aj@suse.de>

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

ChangeLog
timezone/zdump.c

index a52f8fd..3d981e2 100644 (file)
--- a/ChangeLog
+++ b/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]
index 659f572..d767d75 100644 (file)
@@ -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)