diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-17 21:30:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-17 21:30:52 -0400 |
commit | 4fd1cf111350dbb640b56ae85a4b402c3efa37e6 (patch) | |
tree | ce1eb7e21ffa0c9b49c08bd5dd3014459d4e9d9b /Command | |
parent | 26be844f54c8941bab7b0a7eeb7c5ed45a010f6d (diff) |
fix build
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Fsck.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs index a9481ba7c..b95ba7ff7 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -31,6 +31,7 @@ import Config import qualified Option import Types.Key import Utility.HumanTime +import Git.FilePath #ifndef __WINDOWS__ import System.Posix.Process (getProcessID) |