From a8eaa2f2e560547e63c7976960435e1ae23a22b1 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 12 Apr 2017 10:24:56 +0000 Subject: a patch from Bjørnar Luteberget for compatibility with MSVC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/runtime/c/gu/mem.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/runtime/c/gu/mem.c') diff --git a/src/runtime/c/gu/mem.c b/src/runtime/c/gu/mem.c index 0fc315a4f..325eaea77 100644 --- a/src/runtime/c/gu/mem.c +++ b/src/runtime/c/gu/mem.c @@ -8,7 +8,9 @@ #include #include #endif +#if !defined(_MSC_VER) #include +#endif #include #ifdef USE_VALGRIND -- cgit v1.2.3