[project @ 2003-07-24 12:19:57 by ralf]
[haskell-directory.git] / Foreign / ForeignPtr.hs
index a545396..4a86c94 100644 (file)
@@ -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