From ba84c1ec981d87cb2b78dcaf74c7e2d3cbb2c34b Mon Sep 17 00:00:00 2001 From: Micahel Baeuerle Date: Sun, 9 Aug 2009 18:19:25 -0700 Subject: [PATCH] #include strings.h in ftp.c. --- src/ChangeLog | 4 ++++ src/ftp.c | 1 + 2 files changed, 5 insertions(+) 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 -- 2.39.2