WIN32 io.h and fcntl.h inclusion done in setup_once.h

This commit is contained in:
Yang Tse
2011-07-25 05:30:14 +02:00
parent 0337b87197
commit 983f3d70f9
10 changed files with 18 additions and 52 deletions

View File

@@ -30,9 +30,6 @@
#include <stdlib.h>
#include <ctype.h>
#ifdef WIN32
#include <io.h>
#else
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
@@ -68,8 +65,6 @@
#error "We can't compile without socket() support!"
#endif
#endif /* WIN32 */
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif