diff options
| author | 2012-11-29 17:39:17 +0100 | |
|---|---|---|
| committer | 2012-11-29 17:39:17 +0100 | |
| commit | 0cc434f7aadc4ea0dd837e9461674eb76f963884 (patch) | |
| tree | a80ff3472a8f753923e3a10f5c0140fdf1a9bf16 | |
| parent | c2b410e55a78b3607401bc794b627e212f68e4ad (diff) | |
| download | libimobiledevice-0cc434f7aadc4ea0dd837e9461674eb76f963884.tar.gz libimobiledevice-0cc434f7aadc4ea0dd837e9461674eb76f963884.tar.bz2 | |
ideviceprovision: fix warning when building for win32
| -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> |
