mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 05:40:08 +08:00
Fix a build problem under solaris.
This commit is contained in:
parent
a25607f788
commit
eb557e9e77
1
NEWS
1
NEWS
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user