summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-09 14:36:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-09 14:36:02 -0400
commitb7f4b51ba64f182cb2b68fb556666ba68359dfa7 (patch)
treea17f155c40b7f7e993ec713c9611257c72d81258
parent07e849757ea41979914cb31ea43d21caef1d8957 (diff)
fix OSX build
-rw-r--r--Assistant/Install/AutoStart.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Install/AutoStart.hs b/Assistant/Install/AutoStart.hs
index a49ac32a4..b03d20224 100644
--- a/Assistant/Install/AutoStart.hs
+++ b/Assistant/Install/AutoStart.hs
@@ -12,8 +12,8 @@ module Assistant.Install.AutoStart where
import Utility.FreeDesktop
#ifdef darwin_HOST_OS
import Utility.OSX
+import Utility.Path
import System.Directory
-import System.FilePath
#endif
installAutoStart :: FilePath -> FilePath -> IO ()