fix build warning on windows and android
This commit is contained in:
parent
6cf9dbb564
commit
93192b9279
1 changed files with 2 additions and 0 deletions
|
@ -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 $
|
||||
|
|
Loading…
Add table
Reference in a new issue