From 218b3dbda5715202d2ce06769976440e93fa0c1c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 23 Dec 2014 21:06:36 +0100 Subject: [PATCH] (XDK/MSVC) Fix some build errors (not completle yet) --- hash.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hash.c b/hash.c index 8d9486c403..e3ce366f17 100644 --- a/hash.c +++ b/hash.c @@ -16,6 +16,9 @@ #include #include #include +#ifdef _WIN32 +#include +#endif #include "hash.h" #include #include