diff options
-rw-r--r-- | tools/idevicedebugserverproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicedebugserverproxy.c b/tools/idevicedebugserverproxy.c index 37d03ea..405a5a4 100644 --- a/tools/idevicedebugserverproxy.c +++ b/tools/idevicedebugserverproxy.c | |||
@@ -32,8 +32,8 @@ | |||
32 | #include <errno.h> | 32 | #include <errno.h> |
33 | #include <signal.h> | 33 | #include <signal.h> |
34 | #ifdef WIN32 | 34 | #ifdef WIN32 |
35 | #include <windows.h> | ||
36 | #include <winsock2.h> | 35 | #include <winsock2.h> |
36 | #include <windows.h> | ||
37 | #else | 37 | #else |
38 | #include <sys/select.h> | 38 | #include <sys/select.h> |
39 | #endif | 39 | #endif |