[project @ 2002-09-04 16:05:29 by simonmar]
[ghc-base.git] / Foreign / C / Types.hs
index e953d4a..ee9063e 100644 (file)
@@ -37,6 +37,7 @@ module Foreign.C.Types
        ) where
 
 import Foreign.C.TypesISO
+import Foreign.Storable
 import Data.Bits       ( Bits(..) )
 import Data.Int                ( Int8,  Int16,  Int32,  Int64  )
 import Data.Word       ( Word8, Word16, Word32, Word64 )