From: simonmar Date: Mon, 11 Dec 2000 12:40:24 +0000 (+0000) Subject: [project @ 2000-12-11 12:40:24 by simonmar] X-Git-Tag: Approximately_9120_patches~3142 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6362b903a922a67fef832d63ce4245e7e0091cb2;p=ghc-hetmet.git [project @ 2000-12-11 12:40:24 by simonmar] add missing #includes. --- diff --git a/ghc/rts/Printer.c b/ghc/rts/Printer.c index a024518..466eba7 100644 --- a/ghc/rts/Printer.c +++ b/ghc/rts/Printer.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Printer.c,v 1.28 2000/08/15 11:48:06 simonmar Exp $ + * $Id: Printer.c,v 1.29 2000/12/11 12:40:24 simonmar Exp $ * * (c) The GHC Team, 1994-2000. * @@ -14,6 +14,8 @@ #include "RtsUtils.h" #include "RtsFlags.h" +#include "MBlock.h" +#include "Storage.h" #include "Bytecodes.h" /* for InstrPtr */ #include "Disassembler.h"