X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FPrelude.h;h=35d62b23107ad3cd6a44e1895844c4d3e2356e6c;hb=33db60082554c323f66369e02808d3df5970a36d;hp=c209b2b8002d59137e2d80494158127101f8e32c;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/Prelude.h b/rts/Prelude.h index c209b2b..35d62b2 100644 --- a/rts/Prelude.h +++ b/rts/Prelude.h @@ -42,6 +42,10 @@ PRELUDE_CLOSURE(GHCziIOBase_BlockedIndefinitely_closure); PRELUDE_CLOSURE(GHCziIOBase_NonTermination_closure); PRELUDE_CLOSURE(GHCziIOBase_NestedAtomically_closure); +#if !defined(mingw32_HOST_OS) +PRELUDE_CLOSURE(GHCziConc_ensureIOManagerIsRunning_closure); +#endif + PRELUDE_INFO(GHCziBase_Czh_static_info); PRELUDE_INFO(GHCziBase_Izh_static_info); PRELUDE_INFO(GHCziFloat_Fzh_static_info);