X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC%2FTypes.hs;h=ee9063ef0e42b7e597410a3db2dc14f50d48dde5;hb=af4cc4743c0c26d43bed44cfbd72e2d18673c613;hp=e953d4a3f59e06bce88842b50fea6a131008171f;hpb=2cbb22c51e493dfe294bc042af94e25380b9e1ba;p=ghc-base.git diff --git a/Foreign/C/Types.hs b/Foreign/C/Types.hs index e953d4a..ee9063e 100644 --- a/Foreign/C/Types.hs +++ b/Foreign/C/Types.hs @@ -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 )