]> sjero.net Git - wget/blobdiff - src/gen_sslfunc.c
[svn] Doc fix.
[wget] / src / gen_sslfunc.c
index f32e7d80ca7b1a1d67a59ff170b1c9e919bd781d..4a9ebd1717c3e78ab625b3cba380b45d71bf672f 100644 (file)
@@ -27,6 +27,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
+#ifdef HAVE_STRING_H
+# include <string.h>
+#else
+# include <strings.h>
+#endif
 
 #include <openssl/bio.h>
 #include <openssl/crypto.h>