From: sewardj Date: Mon, 12 Feb 2001 13:03:17 +0000 (+0000) Subject: [project @ 2001-02-12 13:03:17 by sewardj] X-Git-Tag: Approximately_9120_patches~2669 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=db7bc4742e1f30f3cd30c8c788f26a1c9f87b10c;p=ghc-hetmet.git [project @ 2001-02-12 13:03:17 by sewardj] include Hash.h --- diff --git a/ghc/rts/LinkerBasic.c b/ghc/rts/LinkerBasic.c index adc8ae3..391fb92 100644 --- a/ghc/rts/LinkerBasic.c +++ b/ghc/rts/LinkerBasic.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: LinkerBasic.c,v 1.1 2001/02/11 17:51:07 simonmar Exp $ + * $Id: LinkerBasic.c,v 1.2 2001/02/12 13:03:17 sewardj Exp $ * * (c) The GHC Team, 2000 * @@ -8,6 +8,7 @@ * ---------------------------------------------------------------------------*/ #include "Rts.h" +#include "Hash.h" #include "StoragePriv.h" #include "LinkerInternals.h"