Skip to content

Commit 18875e7

Browse files
committed
Fix more compilation issues
1 parent 6b7e054 commit 18875e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gerrit-rest.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,18 @@
3535
(require 'json)
3636
(require 'cl-lib)
3737
(require 'cl-extra) ;; for cl-prettyprint
38+
(require 'url)
39+
(require 'url-auth)
40+
(require 'url-http)
3841

3942
(defvar gerrit-host) ;; defined in gerrit.el
4043
(declare-function gerrit--get-protocol "gerrit.el")
4144
(defvar gerrit-patch-buffer)
45+
4246
(defvar url-http-end-of-headers)
4347
(defvar url-http-response-status)
4448

49+
4550
(defcustom gerrit-rest-endpoint-prefix "/a"
4651
"String that is appended to `gerrit-host'.
4752
For newer gerrit servers this needs to be set to /a, whereas on older

0 commit comments

Comments
 (0)