changeset 2715:7f573154397b

Include <ctype.h> for use of isalpha.
author Jim Meyering <jim@meyering.net>
date Thu, 06 Jul 2000 05:22:55 +0000
parents 179407974507
children 404958bcbb55
files m4/strerror_r.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/strerror_r.m4
+++ b/m4/strerror_r.m4
@@ -42,6 +42,7 @@
        [
 #       include <stdio.h>
 #       include <string.h>
+#       include <ctype.h>
 
 	extern char *strerror_r ();