From 103afc39687c8a5116f0d642b6310ef3efa322f3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 2 Dec 1999 09:52:41 +0000 Subject: [PATCH] [project @ 1999-12-02 09:52:41 by simonmar] add missing #include --- ghc/rts/Exception.hc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4