diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-23 16:27:24 -0700 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-23 16:27:24 -0700 |
commit | bc85242c5922bf90284ab291d322f6926c032d27 (patch) | |
tree | d44189ce76fff1c7ccbca2823ad551df5823deff /Utility/Daemon.hs | |
parent | 149363668517be7a2c341b994e0ce2d9937ddadd (diff) |
fix imports for windows
Diffstat (limited to 'Utility/Daemon.hs')
-rw-r--r-- | Utility/Daemon.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Daemon.hs b/Utility/Daemon.hs index 228263911..2f0f84179 100644 --- a/Utility/Daemon.hs +++ b/Utility/Daemon.hs @@ -15,7 +15,7 @@ import Utility.PID import Utility.LogFile #else import Utility.WinProcess -import Utility.WinLock +import Utility.LockFile #endif #ifndef mingw32_HOST_OS |