From: Christian Jullien Date: Sun, 4 Sep 2011 11:30:01 +0000 (+0200) Subject: Fix a build problem under solaris. X-Git-Tag: v1.13.4~4 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=eb557e9e770cdffc17e3f7eefa95ee47d3e77e26 Fix a build problem under solaris. --- diff --git a/NEWS b/NEWS index 04c9372b..12a9d2ca 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ Please send GNU Wget bug reports to . ** Now --version works again. +** Fix a build error on solaris 10 sparc. * Changes in Wget 1.13.3 diff --git a/src/ChangeLog b/src/ChangeLog index b6fe0595..617e51ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-09-04 Christian Jullien (tiny change) + + * gnutls.c: Include . + 2011-09-02 Mojca Miklavec (tiny change) * main.c (print_version): Do not exit prematurely when --version is passed. diff --git a/src/gnutls.c b/src/gnutls.c index dfff00cf..40a04ef3 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -48,6 +48,8 @@ as that of the covered work. */ #include "ptimer.h" #include "ssl.h" +#include + #ifdef WIN32 # include "w32sock.h" #endif