diff options
author | Leon Rische <leon.rische@me.com> | 2021-03-07 16:02:13 +0100 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2021-03-07 16:02:13 +0100 |
commit | 9783e5afda52e2e4d9634c7ca4cdee69f806210d (patch) | |
tree | 791fad6239ff247c63af320b31243d0722cf8c71 /org-fc-awk.el | |
parent | 664abc8c1fcb04e145efd3ad7a7b0b4ca5d2c9d7 (diff) |
Fix compilation warnings
Diffstat (limited to 'org-fc-awk.el')
-rw-r--r-- | org-fc-awk.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org-fc-awk.el b/org-fc-awk.el index 1f060e6..444352a 100644 --- a/org-fc-awk.el +++ b/org-fc-awk.el @@ -27,6 +27,7 @@ ;;; Code: (require 'org-fc-core) +(require 'org-fc-type-cloze) ;;;; Shell wrappers |