X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FForeignPtr.hs;h=4a86c9400a684fae2525ce4a60fa8db2c91be911;hb=acd78d6dbda0108ffa899cb585114a21c5ed7499;hp=a545396412e7d7d158bb6befca88e769896a781b;hpb=cf60c1b36b79bb79003825e4e1d7647a301a9c6e;p=haskell-directory.git diff --git a/Foreign/ForeignPtr.hs b/Foreign/ForeignPtr.hs index a545396..4a86c94 100644 --- a/Foreign/ForeignPtr.hs +++ b/Foreign/ForeignPtr.hs @@ -73,7 +73,7 @@ import GHC.ForeignPtr import Foreign.Marshal.Alloc ( malloc, mallocBytes, finalizerFree ) import Data.Dynamic -#include "Dynamic.h" +#include "Typeable.h" INSTANCE_TYPEABLE1(ForeignPtr,foreignPtrTc,"ForeignPtr") instance Eq (ForeignPtr a) where