From: Aaron Dierking Date: Thu, 14 Jun 2018 18:38:32 +0000 (-0700) Subject: Windows support for HASHFileChunk() X-Git-Tag: 0.10.0~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aeea1f408381007aefdd391fab6d9fdb47c69521;p=thirdparty%2Flibbsd.git Windows support for HASHFileChunk() provides the necessary file I/O functions. [guillem@hadrons.org: Move include before . ] Signed-off-by: Guillem Jover --- 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