From 1414955c36ca44564ddce36279cee9794c55b3e1 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Fri, 14 Aug 1998 19:42:11 +0000
Subject: [PATCH] [project @ 1998-08-14 19:42:11 by sof] Word import missing

---
 ghc/lib/exts/Foreign.lhs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ghc/lib/exts/Foreign.lhs b/ghc/lib/exts/Foreign.lhs
index 219279cc62e6..29f5e3be9793 100644
--- a/ghc/lib/exts/Foreign.lhs
+++ b/ghc/lib/exts/Foreign.lhs
@@ -67,6 +67,7 @@ import PrelGHC     ( indexCharOffForeignObj#, indexIntOffForeignObj#,
 		     indexDoubleOffForeignObj#
 		   )
 import PrelAddr    ( Addr(..) )
+import PrelCCall   ( Word(..) )
 import Word 
    ( 
      indexWord8OffForeignObj
-- 
GitLab