From 6362b903a922a67fef832d63ce4245e7e0091cb2 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 11 Dec 2000 12:40:24 +0000 Subject: [PATCH] [project @ 2000-12-11 12:40:24 by simonmar] add missing #includes. --- ghc/rts/Printer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 1.7.10.4