diff options
Diffstat (limited to 'tools/irecovery.c')
-rw-r--r-- | tools/irecovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/irecovery.c b/tools/irecovery.c index 39945d5..7a093d3 100644 --- a/tools/irecovery.c +++ b/tools/irecovery.c @@ -27,6 +27,7 @@ #include <readline/history.h> #ifdef WIN32 +#include <windows.h> #ifndef sleep #define sleep(n) Sleep(1000 * n) #endif |