X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC%2FTypes.hs;h=c40e1972741cb996abce60e70b7c45da3e2654d9;hb=40001ff06f1058c5b375f8b6c6c3dfd0471600ba;hp=f34b44553b19f4436d3ef9bc03b5bc08894ca5bc;hpb=d99b6eccd08abdbc42443c4029cd06f74949e9c1;p=haskell-directory.git diff --git a/Foreign/C/Types.hs b/Foreign/C/Types.hs index f34b445..c40e197 100644 --- a/Foreign/C/Types.hs +++ b/Foreign/C/Types.hs @@ -83,7 +83,7 @@ import Control.Monad import Foreign.Ptr #endif -#include "Typeable.h" +#include "HsBaseConfig.h" #include "CTypes.h" -- | Haskell type representing the C @char@ type.