tweak
This commit is contained in:
parent
9b657a2ccc
commit
672fb29b06
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||
module Utility.DiskFree ( getDiskFree ) where
|
module Utility.DiskFree ( getDiskFree ) where
|
||||||
|
|
||||||
|
#ifdef WITH_CLIBS
|
||||||
|
|
||||||
import Common
|
import Common
|
||||||
|
|
||||||
import Foreign.C.Types
|
import Foreign.C.Types
|
||||||
import Foreign.C.String
|
import Foreign.C.String
|
||||||
import Foreign.C.Error
|
import Foreign.C.Error
|
||||||
|
|
||||||
#ifdef WITH_CLIBS
|
|
||||||
|
|
||||||
foreign import ccall safe "libdiskfree.h diskfree" c_diskfree
|
foreign import ccall safe "libdiskfree.h diskfree" c_diskfree
|
||||||
:: CString -> IO CULLong
|
:: CString -> IO CULLong
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue