diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index ef1f3871175..d29abf3cab8 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -35,6 +35,7 @@ ;;; Code: +(require 'cl-lib) ;; We need macros in dired.el to compile properly, ;; and we call subroutines in it too. (require 'dired)