From: simonmar Date: Thu, 2 Dec 1999 09:52:41 +0000 (+0000) Subject: [project @ 1999-12-02 09:52:41 by simonmar] X-Git-Tag: Approximately_9120_patches~5450 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=103afc39687c8a5116f0d642b6310ef3efa322f3;p=ghc-hetmet.git [project @ 1999-12-02 09:52:41 by simonmar] add missing #include --- diff --git a/ghc/rts/Exception.hc b/ghc/rts/Exception.hc index 10d380e..f19f212 100644 --- a/ghc/rts/Exception.hc +++ b/ghc/rts/Exception.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Exception.hc,v 1.1 1999/12/01 14:34:38 simonmar Exp $ + * $Id: Exception.hc,v 1.2 1999/12/02 09:52:41 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -13,6 +13,7 @@ #include "StgRun.h" #include "Storage.h" #include "RtsUtils.h" +#include "RtsFlags.h" /* ----------------------------------------------------------------------------- Exception Primitives