fix build w/o DesktopNotification
This commit is contained in:
parent
67cd818ee5
commit
16025a4f12
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue