summaryrefslogtreecommitdiff
path: root/lib/easy.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-07-25 05:30:14 +0200
committerYang Tse <yangsita@gmail.com>2011-07-25 05:30:14 +0200
commit983f3d70f9610a35f279b656a3322087e272f2a6 (patch)
tree55b7683e46c1c079e902f85208d0eb64b08e3903 /lib/easy.c
parent0337b871975ab515c513d2c5d596feb9a489494d (diff)
downloadcurl-983f3d70f9610a35f279b656a3322087e272f2a6.tar.gz
WIN32 io.h and fcntl.h inclusion done in setup_once.h
Diffstat (limited to 'lib/easy.c')
-rw-r--r--lib/easy.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/easy.c b/lib/easy.c
index 37b195543..30daf1585 100644
--- a/lib/easy.c
+++ b/lib/easy.c
@@ -29,11 +29,6 @@
#include <stdlib.h>
#include <ctype.h>
-#include "strequal.h"
-
-#ifdef WIN32
-#include <io.h>
-#else
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
@@ -60,8 +55,7 @@
#include <sys/param.h>
#endif
-#endif /* WIN32 ... */
-
+#include "strequal.h"
#include "urldata.h"
#include <curl/curl.h>
#include "transfer.h"