diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/idevice.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/idevice.c b/src/idevice.c index 38fc015..382e9d2 100644 --- a/src/idevice.c +++ b/src/idevice.c @@ -29,10 +29,6 @@ #include <string.h> #include <errno.h> -#ifdef WIN32 -#include <windows.h> -#endif - #include <usbmuxd.h> #ifdef HAVE_OPENSSL #include <openssl/err.h> @@ -48,6 +44,10 @@ #include "common/thread.h" #include "common/debug.h" +#ifdef WIN32 +#include <windows.h> +#endif + #ifdef HAVE_OPENSSL #if OPENSSL_VERSION_NUMBER < 0x10100000L || \ |