diff options
Diffstat (limited to 'tools')
| -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 | ||
