[project @ 2005-07-13 13:08:05 by simonmar]
authorsimonmar <unknown>
Wed, 13 Jul 2005 13:08:05 +0000 (13:08 +0000)
committersimonmar <unknown>
Wed, 13 Jul 2005 13:08:05 +0000 (13:08 +0000)
#include <windows.h>

ghc/rts/RtsUtils.c

index 23bd10e..a448c3e 100644 (file)
@@ -54,6 +54,10 @@ typedef uintptr_t my_uintptr_t;
 #endif
 #endif
 
+#if defined(_WIN32)
+#include <windows.h>
+#endif
+
 /* -----------------------------------------------------------------------------
    Result-checking malloc wrappers.
    -------------------------------------------------------------------------- */