diff options
author | Clemens Fruhwirth <clemens@endorphin.org> | 2007-08-06 08:49:38 +0000 |
---|---|---|
committer | Clemens Fruhwirth <clemens@endorphin.org> | 2007-08-06 08:49:38 +0000 |
commit | 82f8341d3d87d9127c968baa9c3376e3f26caa81 (patch) | |
tree | 1fe4617a134b6853f340a0b0b98243e6ff41b075 /rts/Exception.cmm | |
parent | b99310f05faee2abec850da4349fcd5c0498f7ca (diff) | |
download | haskell-82f8341d3d87d9127c968baa9c3376e3f26caa81.tar.gz |
Add explicit imports for RTS-external variables
Diffstat (limited to 'rts/Exception.cmm')
-rw-r--r-- | rts/Exception.cmm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/Exception.cmm b/rts/Exception.cmm index a0a6db4fc7..f3564e453f 100644 --- a/rts/Exception.cmm +++ b/rts/Exception.cmm @@ -13,6 +13,8 @@ #include "Cmm.h" #include "RaiseAsync.h" +import base_GHCziBase_True_closure; + /* ----------------------------------------------------------------------------- Exception Primitives |