[project @ 2001-02-12 13:03:17 by sewardj]
authorsewardj <unknown>
Mon, 12 Feb 2001 13:03:17 +0000 (13:03 +0000)
committersewardj <unknown>
Mon, 12 Feb 2001 13:03:17 +0000 (13:03 +0000)
include Hash.h

ghc/rts/LinkerBasic.c

index adc8ae3..391fb92 100644 (file)
@@ -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"