From: Micahel Baeuerle Date: Mon, 10 Aug 2009 01:19:25 +0000 (-0700) Subject: #include strings.h in ftp.c. X-Git-Tag: v1.13~283 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=ba84c1ec981d87cb2b78dcaf74c7e2d3cbb2c34b #include strings.h in ftp.c. --- diff --git a/src/ChangeLog b/src/ChangeLog index f53b6d49..697690d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-08-09 Michael Baeuerle + + * ftp.c: #include for strcasecmp. + 2009-07-28 Micah Cowan * main.c (option_data): Rename --html-extension to diff --git a/src/ftp.c b/src/ftp.c index 2b4a823a..fdac83cf 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -33,6 +33,7 @@ as that of the covered work. */ #include #include #include +#include #ifdef HAVE_UNISTD_H # include #endif