projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81608c3
)
avoid build warning on windows
author
Joey Hess
<joeyh@joeyh.name>
Tue, 26 Mar 2024 18:07:41 +0000
(14:07 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 26 Mar 2024 18:07:41 +0000
(14:07 -0400)
Annex/Content.hs
patch
|
blob
|
history
diff --git
a/Annex/Content.hs
b/Annex/Content.hs
index 2800754216626737146a65110ea05f2d7c96c9d8..693c1de2da19b1321c4ba3869ef2dffbb5b165e7 100644
(file)
--- a/
Annex/Content.hs
+++ b/
Annex/Content.hs
@@
-103,7
+103,9
@@
import Logs.Location
import Utility.InodeCache
import Utility.CopyFile
import Utility.Metered
+#ifndef mingw32_HOST_OS
import Utility.FileMode
+#endif
import qualified Utility.RawFilePath as R
import qualified System.FilePath.ByteString as P