diff --git a/systemd-company.el b/systemd-company.el index 4989b3d..27ae4cd 100644 --- a/systemd-company.el +++ b/systemd-company.el @@ -21,6 +21,8 @@ ;;; Code: +(require 'cl-lib) + (declare-function company-mode "company") (declare-function company-begin-backend "company") (declare-function company-grab-symbol "company")