projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e90d9a
)
Include <ctype.h> for use of isalpha.
author
Jim Meyering
<jim@meyering.net>
Thu, 6 Jul 2000 05:22:55 +0000
(
05:22
+0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 6 Jul 2000 05:22:55 +0000
(
05:22
+0000)
m4/strerror_r.m4
patch
|
blob
|
history
diff --git
a/m4/strerror_r.m4
b/m4/strerror_r.m4
index 1e57f27c8a646a95cc88e6dde67604216b5280e0..72c75515c2dbec85f65d5a3b5b7462b74207ea5b 100644
(file)
--- 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 ();