From 0506bea206cdc76f454b2659366b092089f6dbcd Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 13 Jul 2005 13:08:05 +0000 Subject: [PATCH] [project @ 2005-07-13 13:08:05 by simonmar] #include --- ghc/rts/RtsUtils.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc/rts/RtsUtils.c b/ghc/rts/RtsUtils.c index 23bd10e..a448c3e 100644 --- a/ghc/rts/RtsUtils.c +++ b/ghc/rts/RtsUtils.c @@ -54,6 +54,10 @@ typedef uintptr_t my_uintptr_t; #endif #endif +#if defined(_WIN32) +#include +#endif + /* ----------------------------------------------------------------------------- Result-checking malloc wrappers. -------------------------------------------------------------------------- */ -- 1.7.10.4