diff options
author | Nikias Bassen | 2013-10-02 19:49:13 +0200 |
---|---|---|
committer | Nikias Bassen | 2013-10-02 19:49:13 +0200 |
commit | f50f53d787623724b4d12834f0bd954403f84029 (patch) | |
tree | 559a944436c3a26d02bb6564f2ccee0dc5aa290e /tools/irecovery.c | |
parent | 4d442a42c73cf7d0db5fdd26727d28127f5276ab (diff) | |
download | libirecovery-f50f53d787623724b4d12834f0bd954403f84029.tar.gz libirecovery-f50f53d787623724b4d12834f0bd954403f84029.tar.bz2 |
irecovery: add windows.h include for win32 build
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 |