diff options
-rw-r--r-- | gnus-desktop-notify.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnus-desktop-notify.el b/gnus-desktop-notify.el index c8d77c1..b9668c1 100644 --- a/gnus-desktop-notify.el +++ b/gnus-desktop-notify.el @@ -83,6 +83,8 @@ (require 'format-spec) (unless (require 'alert nil t) (require 'notifications nil t)) +(eval-when-compile + (require 'cl)) (defgroup gnus-desktop-notify nil "Gnus external notification framework" |