Include <ctype.h> for use of isalpha.
authorJim Meyering <jim@meyering.net>
Thu, 6 Jul 2000 05:22:55 +0000 (05:22 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 Jul 2000 05:22:55 +0000 (05:22 +0000)
m4/strerror_r.m4

index 1e57f27..72c7551 100644 (file)
@@ -42,6 +42,7 @@ if test $ac_cv_func_strerror_r = yes; then
        [
 #       include <stdio.h>
 #       include <string.h>
+#       include <ctype.h>
 
        extern char *strerror_r ();