diff options
-rw-r--r-- | emms-playlist-sort.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emms-playlist-sort.el b/emms-playlist-sort.el index 4cfea2b..816b774 100644 --- a/emms-playlist-sort.el +++ b/emms-playlist-sort.el @@ -33,6 +33,8 @@ (require 'emms-score) +(eval-when-compile (require 'cl)) + ;;; Customizations (defgroup emms-playlist-sort nil |