mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 19:30:20 +08:00
Include gnulib fcntl.h instead of sys/fcntl.h
* src/gnutls.c: Include gnulib fcntl.h
This commit is contained in:
parent
d4f97dc9af
commit
d75f43f083
@ -50,7 +50,7 @@ as that of the covered work. */
|
|||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "ssl.h"
|
#include "ssl.h"
|
||||||
|
|
||||||
#include <sys/fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
# include "w32sock.h"
|
# include "w32sock.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user