branch: externals/rt-liberation
commit d6441dcee7cfca2541764e654393dfb2b73378aa
Author: Yoni Rabkin <y...@rabkins.net>
Commit: Yoni Rabkin <y...@rabkins.net>

    * rt-liberation-report.el: fix error
---
 rt-liberation-report.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rt-liberation-report.el b/rt-liberation-report.el
index a6b7e4e..07b83ee 100644
--- a/rt-liberation-report.el
+++ b/rt-liberation-report.el
@@ -32,8 +32,10 @@
 
 ;;; Code:
 
+(require 'rt-liberation)
 (require 'rt-liberation-rest)
 
+
 (defvar rt-liber-report-csv-header
   '("date" "tickets resolved")
   "Headers for comma separated value output.")

Reply via email to