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