X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=kmrcl.asd;h=e53ba6a59636fe61f6d05a471e22fb84d373ebd8;hp=da12a61d4faac5ae9320fae91e824bd7b8c514d7;hb=131cfa94c7285e6c2a74205b6448eaabe12d0f1c;hpb=b0508ddce6e1b829dcf1697cdd54c8a794c730b2 diff --git a/kmrcl.asd b/kmrcl.asd index da12a61..e53ba6a 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -58,6 +58,7 @@ (:file "os" :depends-on ("macros" "impl")) (:file "signals" :depends-on ("package")) (:file "btree" :depends-on ("macros")) + (:file "hash" :depends-on ("macros")) )) (defmethod perform ((o test-op) (c (eql (find-system 'kmrcl))))