]> sjero.net Git - wget/blobdiff - src/rbuf.c
[svn] Doc fix.
[wget] / src / rbuf.c
index 9931998c917adf9c0ee5bc11cac217eb86c92bda..43d636e3532d19c5840d0c3d140cd03d6dee400d 100644 (file)
@@ -22,6 +22,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <config.h>
 
 #include <stdio.h>
+#ifdef HAVE_STRING_H
+# include <string.h>
+#else
+# include <strings.h>
+#endif
 
 #include "wget.h"
 #include "rbuf.h"