summaryrefslogtreecommitdiffstats
path: root/tools/idevicebackup.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/idevicebackup.c')
-rw-r--r--tools/idevicebackup.c1
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 @@
#define LOCK_WAIT 200000
#ifdef WIN32
+#include <windows.h>
#define sleep(x) Sleep(x*1000)
#endif