From 8104f6f5524d324e56fe903d07aab4cad16ceaf5 Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Thu, 27 Oct 2022 13:44:50 +0000 Subject: Fix Cmm symbol kind --- rts/StgStartup.cmm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rts/StgStartup.cmm') diff --git a/rts/StgStartup.cmm b/rts/StgStartup.cmm index 388e27965e..cbdff480d9 100644 --- a/rts/StgStartup.cmm +++ b/rts/StgStartup.cmm @@ -12,6 +12,11 @@ #include "Cmm.h" +#if !defined(UnregisterisedCompiler) +import CLOSURE CCS_SYSTEM; +import CLOSURE stg_dead_thread_info; +#endif + /* * This module contains the two entry points and the final exit point * to/from the Haskell world. We can enter either by: -- cgit v1.2.1