Include <string.h> or <strings.h> for strlen prototype.
authorJim Meyering <jim@meyering.net>
Thu, 13 May 1999 20:48:44 +0000 (20:48 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 13 May 1999 20:48:44 +0000 (20:48 +0000)
lib/human.c

index 132ba01..86b33e8 100644 (file)
 # include <limits.h>
 #endif
 
+#if HAVE_STRING_H
+# include <string.h>
+#else
+# include <strings.h>
+#endif
+
 #ifndef CHAR_BIT
 # define CHAR_BIT 8
 #endif