fix windows build
This commit is contained in:
parent
3eeb5a732c
commit
ab36f2f535
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,7 @@ module Annex.Magic (
|
||||||
getMagicMimeEncoding,
|
getMagicMimeEncoding,
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
import Types.Mime
|
||||||
#ifdef WITH_MAGICMIME
|
#ifdef WITH_MAGICMIME
|
||||||
import Magic
|
import Magic
|
||||||
import Utility.Env
|
import Utility.Env
|
||||||
|
@ -23,7 +24,6 @@ import Common
|
||||||
#else
|
#else
|
||||||
type Magic = ()
|
type Magic = ()
|
||||||
#endif
|
#endif
|
||||||
import Types.Mime
|
|
||||||
|
|
||||||
initMagicMime :: IO (Maybe Magic)
|
initMagicMime :: IO (Maybe Magic)
|
||||||
#ifdef WITH_MAGICMIME
|
#ifdef WITH_MAGICMIME
|
||||||
|
|
Loading…
Reference in a new issue