diff options
-rw-r--r-- | Annex/Multicast.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Annex/Multicast.hs b/Annex/Multicast.hs index 67d8ad7ad..b05fcce6e 100644 --- a/Annex/Multicast.hs +++ b/Annex/Multicast.hs @@ -19,6 +19,8 @@ import GHC.IO.Handle.FD #if ! MIN_VERSION_process(1,4,2) import System.Posix.IO (handleToFd) #endif +import Control.Applicative +import Prelude multicastReceiveEnv :: String multicastReceiveEnv = "GIT_ANNEX_MULTICAST_RECEIVE" |