diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 01:21:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 01:21:39 -0400 |
commit | b69f9bd2af064a887456ca5df6be0033644e5a4a (patch) | |
tree | c33d9b231d6753dac8d47c583ed554cd4ae6adcb /Utility/DiskFree.hs | |
parent | 6be1afd2596ce871eac13f2961b5dab8f2b1e87d (diff) |
missing include
Diffstat (limited to 'Utility/DiskFree.hs')
-rw-r--r-- | Utility/DiskFree.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utility/DiskFree.hs b/Utility/DiskFree.hs index 1f23ff512..f13cb6efa 100644 --- a/Utility/DiskFree.hs +++ b/Utility/DiskFree.hs @@ -33,6 +33,8 @@ getDiskFree path = withFilePath path $ \c_path -> do #else #ifdef mingw32_HOST_OS +import Common + import System.Win32.File getDiskFree :: FilePath -> IO (Maybe Integer) |