diff options
| -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 @@ | |||
| 27 | #include <readline/history.h> | 27 | #include <readline/history.h> |
| 28 | 28 | ||
| 29 | #ifdef WIN32 | 29 | #ifdef WIN32 |
| 30 | #include <windows.h> | ||
| 30 | #ifndef sleep | 31 | #ifndef sleep |
| 31 | #define sleep(n) Sleep(1000 * n) | 32 | #define sleep(n) Sleep(1000 * n) |
| 32 | #endif | 33 | #endif |
