X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/dea4d05507e59ab779ed4bb209e05971d87e260c..b07535d86a625c99240d8fdc46d589f5cc03a29c:/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 --------------------------------------------------