fix build warnings on windows
This commit is contained in:
parent
e11776ae80
commit
e822df2a09
13 changed files with 28 additions and 15 deletions
|
@ -12,7 +12,9 @@ module Command.RemoteDaemon where
|
|||
import Command
|
||||
import RemoteDaemon.Core
|
||||
import Utility.Daemon
|
||||
#ifndef mingw32_HOST_OS
|
||||
import Annex.Path
|
||||
#endif
|
||||
|
||||
cmd :: Command
|
||||
cmd = noCommit $
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue