aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/crypto/slow-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c
index 3aff7bd5d..b33ef0f47 100644
--- a/src/crypto/slow-hash.c
+++ b/src/crypto/slow-hash.c
@@ -41,7 +41,7 @@
#if defined(_MSC_VER)
#include <intrin.h>
-#include <Windows.h>
+#include <windows.h>
#define STATIC
#define INLINE __inline
#if !defined(RDATA_ALIGN16)