aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 5c2bc34..a85a7f7 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -33,6 +33,7 @@
;;; Code:
(require 'cl-lib) ; for `cl-some' call in mastodon
+(require 'mastodon-http)
(require 'mastodon-toot)
(declare-function discover-add-context-menu "discover")