diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-08 19:37:05 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-08 19:37:05 -0400 |
commit | 8bf6e1118ed0cfc168bdc31eb4d1a00cd4fc960e (patch) | |
tree | d2cc80254e6561ee0583c3603e523842e66a9ddc /Assistant/Install | |
parent | 1b99e5aee3a65335f69e9e9101c8dd35c2489549 (diff) |
fix OSX build
Diffstat (limited to 'Assistant/Install')
-rw-r--r-- | Assistant/Install/AutoStart.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/Install/AutoStart.hs b/Assistant/Install/AutoStart.hs index 7e0c7507b..7dc0d497f 100644 --- a/Assistant/Install/AutoStart.hs +++ b/Assistant/Install/AutoStart.hs @@ -14,6 +14,7 @@ import Utility.FreeDesktop import Utility.OSX import Utility.Path import System.Directory +import System.Path #endif installAutoStart :: FilePath -> FilePath -> IO () |