projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9ae425
)
Include <string.h> or <strings.h> for strlen prototype.
author
Jim Meyering
<jim@meyering.net>
Thu, 13 May 1999 20:48:44 +0000
(20:48 +0000)
committer
Jim Meyering
<jim@meyering.net>
Thu, 13 May 1999 20:48:44 +0000
(20:48 +0000)
lib/human.c
patch
|
blob
|
history
diff --git
a/lib/human.c
b/lib/human.c
index 132ba019a936de8e480738c54a0ca31421e5826d..86b33e8196830dbcc5270c39218620864f982dce 100644
(file)
--- a/
lib/human.c
+++ b/
lib/human.c
@@
-30,6
+30,12
@@
# include <limits.h>
#endif
+#if HAVE_STRING_H
+# include <string.h>
+#else
+# include <strings.h>
+#endif
+
#ifndef CHAR_BIT
# define CHAR_BIT 8
#endif