From 16025a4f12b3ba35623c670d23fb8c8f753b385a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 23 Mar 2014 18:17:35 -0400 Subject: [PATCH] fix build w/o DesktopNotification --- Annex/Notification.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annex/Notification.hs b/Annex/Notification.hs index 5bc39d9cbf..9a2b3956f5 100644 --- a/Annex/Notification.hs +++ b/Annex/Notification.hs @@ -9,10 +9,10 @@ module Annex.Notification where +import Common.Annex import qualified Annex import Logs.Transfer #ifdef WITH_DBUS_NOTIFICATIONS -import Common.Annex import Types.DesktopNotify import qualified DBus.Notify as Notify import qualified DBus.Client