From 8afcea3008c993d9ed77228c3a45681086460f67 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 21 Feb 2013 23:10:05 +0100 Subject: idevicebackup: Fix compiler warning when building for WIN32 --- tools/idevicebackup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/idevicebackup.c') 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 #define sleep(x) Sleep(x*1000) #endif -- cgit v1.1-32-gdbae