diff options
Diffstat (limited to 'src/idevice.c')
-rw-r--r-- | src/idevice.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/idevice.c b/src/idevice.c index 869ecac..4545bfa 100644 --- a/src/idevice.c +++ b/src/idevice.c | |||
@@ -48,10 +48,11 @@ | |||
48 | #error No supported TLS/SSL library enabled | 48 | #error No supported TLS/SSL library enabled |
49 | #endif | 49 | #endif |
50 | 50 | ||
51 | #include <libimobiledevice-glue/socket.h> | ||
52 | #include <libimobiledevice-glue/thread.h> | ||
53 | |||
51 | #include "idevice.h" | 54 | #include "idevice.h" |
52 | #include "common/userpref.h" | 55 | #include "common/userpref.h" |
53 | #include "common/socket.h" | ||
54 | #include "common/thread.h" | ||
55 | #include "common/debug.h" | 56 | #include "common/debug.h" |
56 | 57 | ||
57 | #ifdef WIN32 | 58 | #ifdef WIN32 |