src/method-proto.lisp: Maybe ignore the layout pointer in trampolines.
[sod] / src / package.lisp
index 292b64f..13466c8 100644 (file)
@@ -30,6 +30,9 @@
 
 (cl:defpackage #:sod-user
   (:use #:common-lisp
+       #:sod-utilities
+       #:optparse
+       #:sod-parser
        #:sod))
 
 (cl:in-package #:sod)