diff options
-rw-r--r-- | objective-cl.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/objective-cl.asd b/objective-cl.asd index 237dc84..321df89 100644 --- a/objective-cl.asd +++ b/objective-cl.asd @@ -20,7 +20,8 @@ :version "0.0.4" :author "Matthias Benkard <matthias@benkard.de>" :licence "GNU General Public License, version 3 or higher" - :depends-on (#:cffi #:trivial-garbage #:split-sequence #:objective-cl-libobjcl) + :depends-on (#:cffi #:trivial-garbage #:split-sequence #:objective-cl-libobjcl + #:closer-mop) :components ((:module "Lisp" :components ((:file "defpackage") |