X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/7bfe3a370a6a56a0f097fc1e357ca8ac798d9d4b..be2410a046c2c1841ab6422da67bdcb8cb081903:/src/package.lisp diff --git a/src/package.lisp b/src/package.lisp index 60da8ea..1e7b54b 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -7,7 +7,7 @@ ;;;----- Licensing notice --------------------------------------------------- ;;; -;;; This file is part of the Sensble Object Design, an object system for C. +;;; This file is part of the Sensible Object Design, an object system for C. ;;; ;;; SOD is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -28,4 +28,6 @@ #:sod-utilities #:sod-parser)) +(cl:in-package #:sod) + ;;;----- That's all, folks --------------------------------------------------