From: Joey Hess Date: Thu, 18 Sep 2025 15:59:22 +0000 (-0400) Subject: fix windows build X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~88 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=60985889a9c12c3b8040eacf2f7a4c18ab081ed0;p=git-annex.git fix windows build --- diff --git a/Annex/Multicast.hs b/Annex/Multicast.hs index 4fe3e0af6c..b117e39fb8 100644 --- a/Annex/Multicast.hs +++ b/Annex/Multicast.hs @@ -17,6 +17,7 @@ import Utility.Env import System.Posix.IO #else import System.Process (createPipeFd) +import GHC.IO.Handle.FD (fdToHandle) #endif import GHC.IO.Encoding (getLocaleEncoding) diff --git a/doc/bugs/windows_FTBFS__44___advise_needed.mdwn b/doc/bugs/windows_FTBFS__44___advise_needed.mdwn index cccf814793..c13008c672 100644 --- a/doc/bugs/windows_FTBFS__44___advise_needed.mdwn +++ b/doc/bugs/windows_FTBFS__44___advise_needed.mdwn @@ -44,3 +44,4 @@ Error: [S-7282] CI action with all the steps is [here](https://github.com/datalad/git-annex/blob/master/.github/workflows/build-windows.yaml#L112) +> [[fixed|done]] --[[Joey]]