diff --git a/gomuks.el b/gomuks.el index 233ad85..01ce092 100644 --- a/gomuks.el +++ b/gomuks.el @@ -22,6 +22,8 @@ ;;; Code: +(require 'gomuks-structs) + (cl-defstruct gomuks-state rooms spaces) (cl-defstruct room id name topic events) (cl-defstruct message row-id id sender body)