aboutsummaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
Diffstat (limited to 'block.c')
-rw-r--r--block.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/block.c b/block.c
index 36de3b6183..bd65ed3611 100644
--- a/block.c
+++ b/block.c
@@ -40,6 +40,10 @@
#endif
#endif
+#ifdef _WIN32
+#include <windows.h>
+#endif
+
#define SECTOR_BITS 9
#define SECTOR_SIZE (1 << SECTOR_BITS)