diff options
Diffstat (limited to 'rts/Prelude.h')
-rw-r--r-- | rts/Prelude.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rts/Prelude.h b/rts/Prelude.h index c209b2b800..35d62b2310 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); |