diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/iproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/iproxy.c b/tools/iproxy.c index 0a52c67..28fcb46 100644 --- a/tools/iproxy.c +++ b/tools/iproxy.c @@ -38,8 +38,8 @@ #include <errno.h> #include <getopt.h> #ifdef WIN32 -#include <windows.h> #include <winsock2.h> +#include <windows.h> typedef unsigned int socklen_t; #else #include <sys/select.h> |