diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 2071b4e058f..14f5eab1b16 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -28,7 +28,8 @@ (eval-when-compile (require 'cl) - (defvar url-http-extra-headers)) + (defvar url-http-extra-headers) + (defvar url-http-cookies-sources)) (require 'url-gw) (require 'url-util) (require 'url-parse)