X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Frts%2FException.hc;h=31a1ae2c2ae7c57a57f60ecbfbb270608763d90c;hp=d647013fd1e4bad64878010eccd7a386c7d54449;hb=50027272414438955dbc41696541cbd25da55883;hpb=4f4e61a3e5c29075acc8d5128fd93e81b4116550;ds=sidebyside diff --git a/ghc/rts/Exception.hc b/ghc/rts/Exception.hc index d647013..31a1ae2 100644 --- a/ghc/rts/Exception.hc +++ b/ghc/rts/Exception.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Exception.hc,v 1.19 2001/03/22 03:51:10 hwloidl Exp $ + * $Id: Exception.hc,v 1.20 2001/03/23 16:36:21 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -7,6 +7,7 @@ * * ---------------------------------------------------------------------------*/ +#include "Stg.h" #include "Rts.h" #include "Exception.h" #include "Schedule.h"