X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRts.h;h=c7531ff8c3c5e4c3cdd3f954eb97af5f31e762db;hb=1d10874717ff05d2babc9cbf079d5895fcc0a922;hp=1b07a84a194ccc1c598d6ce23b8d2e592da3fb8d;hpb=770cf0549a25ab66546a2d20a56c8f38c569d5d7;p=ghc-hetmet.git diff --git a/ghc/includes/Rts.h b/ghc/includes/Rts.h index 1b07a84..c7531ff 100644 --- a/ghc/includes/Rts.h +++ b/ghc/includes/Rts.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Rts.h,v 1.26 2004/08/22 16:40:38 panne Exp $ + * $Id: Rts.h,v 1.27 2004/09/06 11:10:34 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -154,6 +154,7 @@ void _stgAssert (char *, unsigned int); /* Runtime-system hooks */ #include "Hooks.h" +#include "RtsMessages.h" #include "ieee-flpt.h"