aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-10 14:39:15 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-10 14:39:15 -0400
commit760dedf439fa053d4b2a03a928ab0eead769dcbb (patch)
tree0e43193e1efc568744c7ca239432db846334b700
parent94f04289d6a5fa542b341819a6623bf8dc2853a0 (diff)
fix build with old ghc
-rw-r--r--Annex/Multicast.hs2
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"