diff options
| -rw-r--r-- | tools/ideviceprovision.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ideviceprovision.c b/tools/ideviceprovision.c index b9e255c..1c6866d 100644 --- a/tools/ideviceprovision.c +++ b/tools/ideviceprovision.c | |||
| @@ -23,7 +23,11 @@ | |||
| 23 | #include <stdlib.h> | 23 | #include <stdlib.h> |
| 24 | #include <string.h> | 24 | #include <string.h> |
| 25 | 25 | ||
| 26 | #ifdef WIN32 | ||
| 27 | #include <windows.h> | ||
| 28 | #else | ||
| 26 | #include <arpa/inet.h> | 29 | #include <arpa/inet.h> |
| 30 | #endif | ||
| 27 | 31 | ||
| 28 | #include <libimobiledevice/libimobiledevice.h> | 32 | #include <libimobiledevice/libimobiledevice.h> |
| 29 | #include <libimobiledevice/lockdown.h> | 33 | #include <libimobiledevice/lockdown.h> |
