Fix a build problem under solaris.

This commit is contained in:
Christian Jullien
2011-09-04 13:30:01 +02:00
committed by Giuseppe Scrivano
parent a25607f788
commit eb557e9e77
3 changed files with 7 additions and 0 deletions

1
NEWS
View File

@@ -9,6 +9,7 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
** Now --version works again.
** Fix a build error on solaris 10 sparc.
* Changes in Wget 1.13.3

View File

@@ -1,3 +1,7 @@
2011-09-04 Christian Jullien <eligis@orange.fr> (tiny change)
* gnutls.c: Include <sys/fcntl.h>.
2011-09-02 Mojca Miklavec <mojca.miklavec.lists@gmail.com> (tiny change)
* main.c (print_version): Do not exit prematurely when --version is passed.

View File

@@ -48,6 +48,8 @@ as that of the covered work. */
#include "ptimer.h"
#include "ssl.h"
#include <sys/fcntl.h>
#ifdef WIN32
# include "w32sock.h"
#endif