Synch with Gnus.
[elisp/gnus.git-] / lisp / base64.el
index 4c0e87b..2a47045 100644 (file)
@@ -50,6 +50,8 @@
   (mel-find-function 'mime-encode-region "base64"))
 
 (static-when nil
+(eval-when-compile (require 'cl))
+
 ;; For non-MULE
 (if (not (fboundp 'char-int))
     (fset 'char-int 'identity))