From 1975b2f8f546a1b243b620f9b625126a3c43c673 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Fri, 12 Jun 2009 15:37:10 -0700 Subject: [PATCH] #include --- src/ChangeLog | 5 +++++ src/host.c | 1 + 2 files changed, 6 insertions(+) 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__ -- 2.39.2