diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/idevicedebug.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c index 784503a..942ffe2 100644 --- a/tools/idevicedebug.c +++ b/tools/idevicedebug.c | |||
| @@ -27,6 +27,11 @@ | |||
| 27 | #include <unistd.h> | 27 | #include <unistd.h> |
| 28 | #include <libgen.h> | 28 | #include <libgen.h> |
| 29 | 29 | ||
| 30 | #ifdef WIN32 | ||
| 31 | #include <windows.h> | ||
| 32 | #define sleep(x) Sleep(x*1000) | ||
| 33 | #endif | ||
| 34 | |||
| 30 | #include <libimobiledevice/installation_proxy.h> | 35 | #include <libimobiledevice/installation_proxy.h> |
| 31 | #include <libimobiledevice/libimobiledevice.h> | 36 | #include <libimobiledevice/libimobiledevice.h> |
| 32 | #include <libimobiledevice/debugserver.h> | 37 | #include <libimobiledevice/debugserver.h> |
