diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-28 14:13:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-28 14:13:15 -0400 |
commit | 421f9ce0e26936e384700c9cb5e202191cc92d1c (patch) | |
tree | 6e963cc81635cec10962b103bc3f9e861ede4bcc /Utility | |
parent | a3636602ab5b33bf25cef760d4780794841bc8e6 (diff) |
fix kqueue build
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/DirWatcher.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/DirWatcher.hs b/Utility/DirWatcher.hs index 93c3ecb02..5e76e780c 100644 --- a/Utility/DirWatcher.hs +++ b/Utility/DirWatcher.hs @@ -20,6 +20,7 @@ import qualified System.INotify as INotify #endif #if WITH_KQUEUE import qualified Utility.Kqueue as Kqueue +import Control.Concurrent #endif type Pruner = FilePath -> Bool |