[project @ 1999-12-02 09:52:41 by simonmar]
authorsimonmar <unknown>
Thu, 2 Dec 1999 09:52:41 +0000 (09:52 +0000)
committersimonmar <unknown>
Thu, 2 Dec 1999 09:52:41 +0000 (09:52 +0000)
add missing #include

ghc/rts/Exception.hc

index 10d380e..f19f212 100644 (file)
@@ -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