diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-07-06 07:59:31 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-07-06 07:59:31 +0000 |
commit | e85fc273bafab43692ee4e33a2e77144e170dca9 (patch) | |
tree | d9ecdee7606c672e10d008bb481117805121cd65 /compat | |
parent | 2c0188fca52f73de0d97a7f03bc42f133807126f (diff) | |
download | haskell-e85fc273bafab43692ee4e33a2e77144e170dca9.tar.gz |
FIX BUILD (Windows)
Diffstat (limited to 'compat')
-rw-r--r-- | compat/Compat/Directory.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/Compat/Directory.hs b/compat/Compat/Directory.hs index fcbe6db188..c44b50fd74 100644 --- a/compat/Compat/Directory.hs +++ b/compat/Compat/Directory.hs @@ -36,7 +36,7 @@ import GHC.IOBase ( IOException(..), IOErrorType(..) ) import System.IO ( try ) #endif #if __GLASGOW_HASKELL__ && defined(mingw32_HOST_OS) -import Foreign.Ptr +import Foreign import Foreign.C #endif import System.Directory(doesFileExist, doesDirectoryExist, getPermissions, setPermissions, createDirectory) |