fix windows build
authorJoey Hess <joeyh@joeyh.name>
Mon, 14 Jun 2021 16:43:26 +0000 (12:43 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 14 Jun 2021 16:43:26 +0000 (12:43 -0400)
Annex/Init.hs
doc/bugs/Build_fails_on_Windows_as_of_commit_a706708d1.mdwn

index a552046a3a5e64403193359bb94aa946b5ecc801..0da934889b08d7dd1f0e5071cbe00f43f173db6d 100644 (file)
@@ -50,8 +50,8 @@ import Upgrade
 import Annex.Tmp
 import Utility.UserInfo
 import qualified Utility.RawFilePath as R
-#ifndef mingw32_HOST_OS
 import Utility.ThreadScheduler
+#ifndef mingw32_HOST_OS
 import Annex.Perms
 import Utility.FileMode
 import System.Posix.User
index 8c0e362934af7c4127327870483b46fe76a42054..afd21ee7019853134f65699911810362341dc831 100644 (file)
@@ -2,3 +2,5 @@ As of commit a706708d1, trying to build git-annex on Windows fails because the i
 
 [[!meta author=jwodder]]
 [[!tag projects/datalad]]
+
+> Thank you for reporting and for the patch. [[applied|done]] --[[Joey]]