Include gnulib fcntl.h instead of sys/fcntl.h

* src/gnutls.c: Include gnulib fcntl.h
This commit is contained in:
Tim Rühsen 2016-06-12 17:06:31 +02:00
parent d4f97dc9af
commit d75f43f083

View File

@ -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"