]> sjero.net Git - wget/blobdiff - src/hash.c
[svn] Include string.h.
[wget] / src / hash.c
index 45974dad0c72a700695486b133495fd3034019a7..38bc284ae59c3c1b8f6d05b1947ade5dc4457e1f 100644 (file)
@@ -21,6 +21,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 # include <config.h>
 #endif
 
+#ifdef HAVE_STRING_H
+# include <string.h>
+#else
+# include <strings.h>
+#endif /* HAVE_STRING_H */
 #include <stdlib.h>
 #include <assert.h>