From: Micah Cowan Date: Fri, 12 Jun 2009 22:37:10 +0000 (-0700) Subject: #include X-Git-Tag: v1.13~347 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=1975b2f8f546a1b243b620f9b625126a3c43c673 #include --- diff --git a/src/ChangeLog b/src/ChangeLog index b76e7f9f..0a80c8c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2009-06-12 Micah Cowan + * host.c: Include before . Not + required by POSIX any more, but some older systems (such as + FreeBSD 4.1) still need it, and it doesn't seem like it could + hurt... + * build_info.c (library): Handle "https" as a feature in its own right, apart from "gnutls" and "openssl". diff --git a/src/host.c b/src/host.c index e65a23aa..7b8c4189 100644 --- a/src/host.c +++ b/src/host.c @@ -36,6 +36,7 @@ as that of the covered work. */ #include #ifndef WINDOWS +# include # include # include # ifndef __BEOS__