missing include
This commit is contained in:
parent
063a183a61
commit
89b5256f09
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ getDiskFree path = withFilePath path $ \c_path -> do
|
||||||
#else
|
#else
|
||||||
#ifdef mingw32_HOST_OS
|
#ifdef mingw32_HOST_OS
|
||||||
|
|
||||||
|
import Common
|
||||||
|
|
||||||
import System.Win32.File
|
import System.Win32.File
|
||||||
|
|
||||||
getDiskFree :: FilePath -> IO (Maybe Integer)
|
getDiskFree :: FilePath -> IO (Maybe Integer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue