diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-06 05:22:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-06 05:22:55 +0000 |
commit | 2cab6f81a0d5090f19bc0caf101c8d56003ce4d2 (patch) | |
tree | b79a231caee76e6c3ae4e9edcad951b0e00d15ae /m4 | |
parent | 3a2ee9a318c1dd3075db43eac03222a1077a1f92 (diff) | |
download | coreutils-2cab6f81a0d5090f19bc0caf101c8d56003ce4d2.tar.xz |
Include <ctype.h> for use of isalpha.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/strerror_r.m4 | 1 |
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 (); |