diff --git a/packages.lisp b/packages.lisp index 5e69a9e..10c7ce0 100644 --- a/packages.lisp +++ b/packages.lisp @@ -17,7 +17,9 @@ :parent-of-type :immediate-parent :current-binary-object - :+null+)) + :+null+ + :read-object + :write-object)) (defpackage :com.gigamonkeys.binary-data.common-datatypes (:use :common-lisp :com.gigamonkeys.binary-data)