diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-09 14:36:02 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-09 14:36:02 -0400 |
commit | b7f4b51ba64f182cb2b68fb556666ba68359dfa7 (patch) | |
tree | a17f155c40b7f7e993ec713c9611257c72d81258 /Assistant | |
parent | 07e849757ea41979914cb31ea43d21caef1d8957 (diff) |
fix OSX build
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Install/AutoStart.hs | 2 |
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 () |