From ab36f2f5354ea26ecc4cea9996ea283e4869922f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 3 May 2019 10:58:34 -0400 Subject: [PATCH] fix windows build --- Annex/Magic.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/Magic.hs b/Annex/Magic.hs index 89bf02f352..6dc823b502 100644 --- a/Annex/Magic.hs +++ b/Annex/Magic.hs @@ -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