diff options
| author | 2013-02-21 23:10:05 +0100 | |
|---|---|---|
| committer | 2013-02-21 23:10:05 +0100 | |
| commit | 8afcea3008c993d9ed77228c3a45681086460f67 (patch) | |
| tree | 5dc7f4c6eaf6556e7b9a0d082a94d7323571c7af /tools/idevicebackup.c | |
| parent | 4443e2fd95a71840109e7ca6d34f03e7c87dc6f8 (diff) | |
| download | libimobiledevice-8afcea3008c993d9ed77228c3a45681086460f67.tar.gz libimobiledevice-8afcea3008c993d9ed77228c3a45681086460f67.tar.bz2 | |
idevicebackup: Fix compiler warning when building for WIN32
Diffstat (limited to 'tools/idevicebackup.c')
| -rw-r--r-- | tools/idevicebackup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/idevicebackup.c b/tools/idevicebackup.c index 86b81da..abd269a 100644 --- a/tools/idevicebackup.c +++ b/tools/idevicebackup.c | |||
| @@ -51,6 +51,7 @@ | |||
| 51 | #define LOCK_WAIT 200000 | 51 | #define LOCK_WAIT 200000 |
| 52 | 52 | ||
| 53 | #ifdef WIN32 | 53 | #ifdef WIN32 |
| 54 | #include <windows.h> | ||
| 54 | #define sleep(x) Sleep(x*1000) | 55 | #define sleep(x) Sleep(x*1000) |
| 55 | #endif | 56 | #endif |
| 56 | 57 | ||
