summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-06 05:22:55 +0000
committerJim Meyering <jim@meyering.net>2000-07-06 05:22:55 +0000
commit2cab6f81a0d5090f19bc0caf101c8d56003ce4d2 (patch)
treeb79a231caee76e6c3ae4e9edcad951b0e00d15ae
parent3a2ee9a318c1dd3075db43eac03222a1077a1f92 (diff)
downloadcoreutils-2cab6f81a0d5090f19bc0caf101c8d56003ce4d2.tar.xz
Include <ctype.h> for use of isalpha.
-rw-r--r--m4/strerror_r.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/strerror_r.m4 b/m4/strerror_r.m4
index 1e57f27c8..72c75515c 100644
--- a/m4/strerror_r.m4
+++ b/m4/strerror_r.m4
@@ -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 ();