From c3395d3d9443084bda31a661849d7d2ce6d5ff63 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 May 2016 15:49:56 -0400 Subject: fix build warning on windows and android --- Command/Fix.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Command/Fix.hs b/Command/Fix.hs index 3a153c761..6ef942be8 100644 --- a/Command/Fix.hs +++ b/Command/Fix.hs @@ -18,7 +18,9 @@ import Annex.Content import Annex.Perms import qualified Annex.Queue import qualified Database.Keys +#if ! defined(mingw32_HOST_OS) && ! defined(__ANDROID__) import Utility.Touch +#endif cmd :: Command cmd = notDirect $ noCommit $ withGlobalOptions annexedMatchingOptions $ -- cgit v1.2.3