From aeea1f408381007aefdd391fab6d9fdb47c69521 Mon Sep 17 00:00:00 2001 From: Aaron Dierking Date: Thu, 14 Jun 2018 11:38:32 -0700 Subject: [PATCH] Windows support for HASHFileChunk() provides the necessary file I/O functions. [guillem@hadrons.org: Move include before . ] Signed-off-by: Guillem Jover --- src/hash/helper.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hash/helper.c b/src/hash/helper.c index d9362d3..352f978 100644 --- a/src/hash/helper.c +++ b/src/hash/helper.c @@ -19,6 +19,9 @@ #include #include #include +#ifdef _WIN32 +#include +#endif #include