[project @ 2002-06-18 13:58:22 by simonpj]
[ghc-base.git] / Foreign / ForeignPtr.hs
index 0d49fbf..9336ec9 100644 (file)
@@ -35,6 +35,7 @@ import Data.Dynamic
 import GHC.Base
 import GHC.IOBase
 import GHC.Num
+import GHC.Ptr ( Ptr(..) )
 import GHC.Err
 #endif