From 492036622a6326852c29e23608f3959f63e55685 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Aug 2021 16:35:26 -0400 Subject: [PATCH] fix OSX build --- Annex/Verify.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/Verify.hs b/Annex/Verify.hs index 1316a25f8f..56d310a248 100644 --- a/Annex/Verify.hs +++ b/Annex/Verify.hs @@ -34,9 +34,9 @@ import Types.WorkerPool import Types.Key import Control.Concurrent.STM +import qualified Data.ByteString as S #if WITH_INOTIFY import qualified System.INotify as INotify -import qualified Data.ByteString as S import qualified System.FilePath.ByteString as P #endif