mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +03:00
WIN32 io.h and fcntl.h inclusion done in setup_once.h
This commit is contained in:
parent
0337b87197
commit
983f3d70f9
10 changed files with 18 additions and 52 deletions
|
|
@ -33,9 +33,6 @@
|
|||
#include "strequal.h"
|
||||
#include "rawstr.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <io.h>
|
||||
#else
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
|
@ -73,8 +70,6 @@
|
|||
#error "We can't compile without socket() support!"
|
||||
#endif
|
||||
|
||||
#endif /* WIN32 */
|
||||
|
||||
#include "urldata.h"
|
||||
#include <curl/curl.h>
|
||||
#include "netrc.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue