[project @ 2002-06-05 11:30:38 by ross]
[ghc-base.git] / Foreign / ForeignPtr.hs
index 705bf1f..9336ec9 100644 (file)
@@ -3,7 +3,7 @@
 -- |
 -- Module      :  Foreign.ForeignPtr
 -- Copyright   :  (c) The University of Glasgow 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  ffi@haskell.org
 -- Stability   :  provisional
@@ -35,6 +35,7 @@ import Data.Dynamic
 import GHC.Base
 import GHC.IOBase
 import GHC.Num
+import GHC.Ptr ( Ptr(..) )
 import GHC.Err
 #endif