mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
#include strings.h in ftp.c.
This commit is contained in:
parent
22073f546a
commit
ba84c1ec98
@ -1,3 +1,7 @@
|
|||||||
|
2009-08-09 Michael Baeuerle <michael.baeuerle@gmx.net>
|
||||||
|
|
||||||
|
* ftp.c: #include <strings.h> for strcasecmp.
|
||||||
|
|
||||||
2009-07-28 Micah Cowan <micah@cowan.name>
|
2009-07-28 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* main.c (option_data): Rename --html-extension to
|
* main.c (option_data): Rename --html-extension to
|
||||||
|
@ -33,6 +33,7 @@ as that of the covered work. */
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <strings.h>
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user