X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMain.c;h=04131683ca0c0f8c02687fe8ca829701101dc043;hb=31175885baab218934c8faddb0e067e6f7616318;hp=49a681f1ce0c4d675f0cd7a4d8e943dc36907872;hpb=e289780ec23a1934f39d214d60705f8f26d1763d;p=ghc-hetmet.git diff --git a/ghc/rts/Main.c b/ghc/rts/Main.c index 49a681f..0413168 100644 --- a/ghc/rts/Main.c +++ b/ghc/rts/Main.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Main.c,v 1.34 2002/02/13 08:48:06 sof Exp $ + * $Id: Main.c,v 1.35 2002/07/18 06:05:30 sof Exp $ * * (c) The GHC Team 1998-2000 * @@ -16,6 +16,7 @@ #include "RtsFlags.h" #include "RtsUtils.h" #include "Prelude.h" +#include #ifdef DEBUG # include "Printer.h" /* for printing */