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,
|
||||
) where
|
||||
|
||||
import Types.Mime
|
||||
#ifdef WITH_MAGICMIME
|
||||
import Magic
|
||||
import Utility.Env
|
||||
|
@ -23,7 +24,6 @@ import Common
|
|||
#else
|
||||
type Magic = ()
|
||||
#endif
|
||||
import Types.Mime
|
||||
|
||||
initMagicMime :: IO (Maybe Magic)
|
||||
#ifdef WITH_MAGICMIME
|
||||
|
|
Loading…
Reference in a new issue